Fix for the chef corpse spawning half naked.

Fixed Nodrak's empty c20r spawning so it only happens to the guns on his map.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4907 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Kortgstation@gmail.com
2012-10-18 03:45:00 +00:00
parent d8c376188c
commit 326c57fa04
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@
/obj/effect/landmark/corpse/chef
name = "Chef"
corpseuniform = /obj/item/clothing/suit/chef
corpseuniform = /obj/item/clothing/under/rank/chef
corpsesuit = /obj/item/clothing/suit/chef/classic
corpseshoes = /obj/item/clothing/shoes/black
corpsehelmet = /obj/item/clothing/head/chefhat

View File

@@ -79,7 +79,7 @@ obj/item/weapon/gun/energy/laser/retro/sc_retro
//Syndicate sub-machine guns.
/obj/item/weapon/gun/projectile/automatic/c20r/sc_c20r
/obj/item/weapon/gun/projectile/automatic/c20r/New()
/obj/item/weapon/gun/projectile/automatic/c20r/sc_c20r/New()
for(var/ammo in loaded)
if(prob(95)) //95% chance
loaded -= ammo