mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
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:
@@ -109,7 +109,7 @@
|
|||||||
|
|
||||||
/obj/effect/landmark/corpse/chef
|
/obj/effect/landmark/corpse/chef
|
||||||
name = "Chef"
|
name = "Chef"
|
||||||
corpseuniform = /obj/item/clothing/suit/chef
|
corpseuniform = /obj/item/clothing/under/rank/chef
|
||||||
corpsesuit = /obj/item/clothing/suit/chef/classic
|
corpsesuit = /obj/item/clothing/suit/chef/classic
|
||||||
corpseshoes = /obj/item/clothing/shoes/black
|
corpseshoes = /obj/item/clothing/shoes/black
|
||||||
corpsehelmet = /obj/item/clothing/head/chefhat
|
corpsehelmet = /obj/item/clothing/head/chefhat
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ obj/item/weapon/gun/energy/laser/retro/sc_retro
|
|||||||
//Syndicate sub-machine guns.
|
//Syndicate sub-machine guns.
|
||||||
/obj/item/weapon/gun/projectile/automatic/c20r/sc_c20r
|
/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)
|
for(var/ammo in loaded)
|
||||||
if(prob(95)) //95% chance
|
if(prob(95)) //95% chance
|
||||||
loaded -= ammo
|
loaded -= ammo
|
||||||
|
|||||||
Reference in New Issue
Block a user