mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Added shutters, sprites courtesy of the wonderful veyveyr.
Dead mobs can no longer emote. (except for *deathgasp) Changed the path of /obj/effect/securearea to /obj/effect/sign/securearea for consistency. Slight map updates to the kitchen and brig. Prisoner closets only have one set of clothing in them. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2403 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -158,8 +158,6 @@
|
||||
|
||||
New()
|
||||
new /obj/item/clothing/under/color/orange( src )
|
||||
new /obj/item/clothing/under/color/orange( src )
|
||||
new /obj/item/clothing/shoes/orange( src )
|
||||
new /obj/item/clothing/shoes/orange( src )
|
||||
return
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/obj/effect/securearea/ex_act(severity)
|
||||
/obj/effect/sign/securearea/ex_act(severity)
|
||||
switch(severity)
|
||||
if(1.0)
|
||||
del(src)
|
||||
@@ -11,7 +11,7 @@
|
||||
else
|
||||
return
|
||||
|
||||
/obj/effect/securearea/blob_act()
|
||||
/obj/effect/sign/securearea/blob_act()
|
||||
if (prob(75))
|
||||
del(src)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user