mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
8 lines
221 B
Plaintext
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
|