robot 
Vars | |
| brute_mod | Value incoming brute damage to borgs is mutiplied by. |
|---|---|
| burn_mod | Value incoming burn damage to borgs is multiplied by. |
| emagged | Has the robot been emagged? |
| ion_trail | Ionpulse effect. |
| ionpulse | Jetpack-like effect. |
| ionpulse_on | Jetpack-like effect. |
| lockcharge | Boolean of whether the borg is locked down or not |
Procs | |
| on_drop_hotkey_press | Used in robot.dm when the user presses "Q" by default. |
| on_upgrade_deleted | Called when an applied upgrade is deleted. |
| set_lockcharge | Reports the event of the change in value of the lockcharge variable. |
Var Details
brute_mod 
Value incoming brute damage to borgs is mutiplied by.
burn_mod 
Value incoming burn damage to borgs is multiplied by.
emagged 
Has the robot been emagged?
ion_trail 
Ionpulse effect.
ionpulse 
Jetpack-like effect.
ionpulse_on 
Jetpack-like effect.
lockcharge 
Boolean of whether the borg is locked down or not
Proc Details
on_drop_hotkey_press
Used in robot.dm when the user presses "Q" by default.
on_upgrade_deleted
Called when an applied upgrade is deleted.
set_lockcharge
Reports the event of the change in value of the lockcharge variable.