Demodularizing a few reagents, a client var, the rest hud button. (#12329)

This commit is contained in:
Ghom
2020-05-24 13:21:14 -07:00
committed by GitHub
parent 0a6b755eff
commit 07df0102f8
15 changed files with 299 additions and 310 deletions
@@ -1,13 +1,3 @@
/obj/screen/restbutton
name = "rest"
icon = 'modular_citadel/icons/ui/screen_midnight.dmi'
icon_state = "rest"
/obj/screen/restbutton/Click()
if(isliving(usr))
var/mob/living/theuser = usr
theuser.lay_down()
/obj/screen/combattoggle
name = "toggle combat mode"
icon = 'modular_citadel/icons/ui/screen_midnight.dmi'