Added material sheets and tiles. This took more work than you'd think.

This commit is contained in:
BlackMajor
2020-07-17 01:17:54 +12:00
parent 06a4e57de9
commit fc909cd7c6
3 changed files with 36 additions and 26 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ GLOBAL_DATUM_INIT(hands_state, /datum/ui_state/hands_state, new)
return UI_INTERACTIVE
return UI_CLOSE
/mob/living/silicon/robot/hands_can_use_topic(src_object)
if(activated(src_object))
/mob/living/silicon/robot/hands_can_use_topic(obj/src_object)
if(activated(src_object) || istype(src_object.loc, /obj/item/weapon/gripper))
return UI_INTERACTIVE
return UI_CLOSE