SPLURT Station 13 - Modules - TypesVar Details - Proc Details

Ninja Gloves

Space ninja's gloves. Gives access to a number of special interactions.

Gloves only found from space ninjas. Allows the wearer to access special interactions with various objects. These interactions are detailed in ninjaDrainAct.dm in the suit file. These interactions are toggled by an action tied to the gloves. The interactions will not activate if the user is also not wearing a ninja suit.

Vars

borg_hack_successWhether or not the cyborg hack was used to syndify a cyborg
candrainWhether or not we can currently drain something
communication_console_hack_successWhether or not the communication console hack was used to summon another antagonist
door_hack_counterHow many times the gloves have been used to force open doors.
drainingWhether or not we're currently draining something
maxdrainMaximum amount of power we can drain in a single drain action
mindrainMinimum amount of power we can drain in a single drain action
security_console_hack_successWhether or not the security console hack was used to set everyone to arrest

Procs

toggledrainProc called to toggle the ninja glove's special abilities.

Var Details

borg_hack_success

Whether or not the cyborg hack was used to syndify a cyborg

candrain

Whether or not we can currently drain something

communication_console_hack_success

Whether or not the communication console hack was used to summon another antagonist

door_hack_counter

How many times the gloves have been used to force open doors.

draining

Whether or not we're currently draining something

maxdrain

Maximum amount of power we can drain in a single drain action

mindrain

Minimum amount of power we can drain in a single drain action

security_console_hack_success

Whether or not the security console hack was used to set everyone to arrest

Proc Details

toggledrain

Proc called to toggle the ninja glove's special abilities.

Used to toggle whether or not the ninja glove's abilities will activate on touch.