Files
2024-08-13 17:52:39 -04:00

8 lines
221 B
Plaintext

/mob/living/silicon
var/datum/examine_panel/examine_panel = new() //create the datum
/mob/living/silicon/robot
blocks_emissive = EMISSIVE_BLOCK_NONE
var/robot_resting = FALSE
var/robot_rest_style = ROBOT_REST_NORMAL