mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Chair overhaul!
Shouldn't be any noticable difference ingame, but the chair path has changed from /obj/structure/stool/chair to /obj/structure/stool/bed/chair Electric chair path has also been changed as per the above. New electric chair sprites! They ~won't~ make you want to cut out your eyes! git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3148 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
/obj/item/assembly/shock_kit/receive_signal()
|
||||
//*****
|
||||
//world << "Shock kit got r_signal"
|
||||
if (istype(src.loc, /obj/structure/stool/chair/e_chair))
|
||||
var/obj/structure/stool/chair/e_chair/C = src.loc
|
||||
if (istype(src.loc, /obj/structure/stool/bed/chair/e_chair))
|
||||
var/obj/structure/stool/bed/chair/e_chair/C = src.loc
|
||||
//world << "Shock kit sending shock to EC"
|
||||
C.shock()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user