mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
More verb fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user