More verb fixes

This commit is contained in:
Markolie
2015-01-06 22:46:11 +01:00
parent 0284c9ce87
commit 2e37a88639
10 changed files with 33 additions and 31 deletions
@@ -1,3 +1,4 @@
/obj/structure/stool/bed/chair/e_chair
name = "electric chair"
desc = "Looks absolutely SHOCKING!"
@@ -27,7 +28,8 @@
set name = "Toggle Electric Chair"
set category = "Object"
set src in oview(1)
if(usr.stat || !usr.canmove || usr.restrained())
return
if(on)
on = 0
icon_state = "echair0"