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:
petethegoat@gmail.com
2011-10-20 21:39:15 +00:00
parent 2383130a28
commit 6fb491e96f
8 changed files with 12959 additions and 12958 deletions
@@ -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
+2 -2
View File
@@ -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