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
+1 -1
View File
@@ -116,7 +116,7 @@
name = "monkey"
var/mob/living/carbon/monkey/target = null
/obj/effect/securearea
/obj/effect/sign/securearea
desc = "A warning sign which reads 'SECURE AREA'. This obviously applies to a nun-Clown."
name = "SECURE AREA"
icon = 'decals.dmi'
@@ -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
@@ -13,6 +13,8 @@
if (I.implanted)
I.trigger(act, src)
if(src.stat == 2.0 && (act != "deathgasp"))
return
switch(act)
if ("airguitar")
if (!src.restrained())