mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
HoS got an armored greatcoat instead of what he's got before.
Further tweaking of magma. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@235 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
new /obj/item/clothing/under/rank/head_of_security( src )
|
||||
new /obj/item/clothing/shoes/brown( src )
|
||||
new /obj/item/clothing/glasses/sunglasses( src )
|
||||
new /obj/item/clothing/suit/armor/vest( src )
|
||||
new /obj/item/clothing/suit/armor/hos( src )
|
||||
new /obj/item/clothing/head/helmet( src )
|
||||
new /obj/item/weapon/storage/id_kit( src )
|
||||
new /obj/item/weapon/storage/flashbang_kit(src)
|
||||
|
||||
@@ -30,8 +30,7 @@
|
||||
return
|
||||
|
||||
/obj/grille/blob_act()
|
||||
if (prob(70))
|
||||
del(src)
|
||||
del(src)
|
||||
|
||||
/obj/grille/meteorhit(var/obj/M)
|
||||
if (M.icon_state == "flaming")
|
||||
|
||||
@@ -112,5 +112,5 @@ obj/structure
|
||||
..()
|
||||
|
||||
/obj/structure/girder/blob_act()
|
||||
if(prob(10))
|
||||
if(prob(40))
|
||||
del(src)
|
||||
Reference in New Issue
Block a user