mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
•Huh. I thought I had commited these.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3026 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -79,4 +79,5 @@
|
||||
new/obj/item/bodybag(get_turf(src))
|
||||
spawn(0)
|
||||
del(src)
|
||||
return
|
||||
return
|
||||
|
||||
|
||||
@@ -40,10 +40,10 @@
|
||||
|
||||
src.icon_state = src.icon_opened
|
||||
src.opened = 1
|
||||
//if(istype(src, /obj/structure/closet/body_bag))
|
||||
//playsound(src.loc, 'zip.ogg', 15, 1, -3)
|
||||
//else
|
||||
playsound(src.loc, 'click.ogg', 15, 1, -3)
|
||||
if(istype(src, /obj/structure/closet/body_bag))
|
||||
playsound(src.loc, 'zip.ogg', 15, 1, -3)
|
||||
else
|
||||
playsound(src.loc, 'click.ogg', 15, 1, -3)
|
||||
density = 0
|
||||
return 1
|
||||
|
||||
@@ -73,10 +73,10 @@
|
||||
M.loc = src
|
||||
src.icon_state = src.icon_closed
|
||||
src.opened = 0
|
||||
//if(istype(src, /obj/structure/closet/body_bag))
|
||||
//playsound(src.loc, 'zip.ogg', 15, 1, -3)
|
||||
//else
|
||||
playsound(src.loc, 'click.ogg', 15, 1, -3)
|
||||
if(istype(src, /obj/structure/closet/body_bag))
|
||||
playsound(src.loc, 'zip.ogg', 15, 1, -3)
|
||||
else
|
||||
playsound(src.loc, 'click.ogg', 15, 1, -3)
|
||||
density = 1
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user