robot
Vars | |
brute_mod | Value incoming brute damage to borgs is mutiplied by. |
---|---|
burn_mod | Value incoming burn damage to borgs is multiplied by. |
floorbuffer | Does it clean the tile under it? |
last_camera_update | When the camera moved signal was send last. Avoid overdoing it |
mail_destination | Integer used to determine self-mailing location, used only by drones and saboteur borgs |
Procs | |
get_module_types | Returns a list of choosable module types, associated with the module icon for the radial menu. |
on_drop_hotkey_press | Used in robot.dm when the user presses "Q" by default. |
set_mail_tag | Set Mail Tag |
Var Details
brute_mod
Value incoming brute damage to borgs is mutiplied by.
burn_mod
Value incoming burn damage to borgs is multiplied by.
floorbuffer
Does it clean the tile under it?
last_camera_update
When the camera moved signal was send last. Avoid overdoing it
mail_destination
Integer used to determine self-mailing location, used only by drones and saboteur borgs
Proc Details
get_module_types
Returns a list of choosable module types, associated with the module icon for the radial menu.
Key: Module name | Value: Module 'icon'
By default this returns the Engineering, Janitor, Medical, Mining, and Service modules. If there are any [/mob/living/silicon/robot/var/force_modules] set, then they are returned instead. If the MMI has a xenomorph brain in it ([/obj/item/mmi/var/alien]), then only the "Hunter" and standard modules is returned.
on_drop_hotkey_press
Used in robot.dm
when the user presses "Q" by default.
set_mail_tag
Set Mail Tag