Commiting for Aranclanos

-Fix for blindfolds not protecting from flashes
Fixes Issue 934
-Being handcuffed drops held items
Fixes Issue 975
-Can no longer abuse the holodeck to deconvert revs
Fixes Issue 968

Tested everything myself and it all works

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4829 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
sieve32@gmail.com
2012-10-07 22:18:29 +00:00
parent c9897bf3f7
commit 396fb3b411
7 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -131,7 +131,7 @@
new /obj/item/clothing/under/blackskirt(src.loc)
var/CHOICE = pick( /obj/item/clothing/head/beret , /obj/item/clothing/head/rabbitears )
new CHOICE(src.loc)
new /obj/item/clothing/glasses/blindfold(src.loc)
new /obj/item/clothing/glasses/sunglasses/blindfold(src.loc)
del(src)
/obj/effect/landmark/costume/butler/New()