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:
uporotiy
2010-10-01 18:22:07 +00:00
parent b2d281d0b6
commit c4dcced352
14 changed files with 43 additions and 26 deletions
+1 -1
View File
@@ -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)
+1 -2
View File
@@ -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")
+1 -1
View File
@@ -112,5 +112,5 @@ obj/structure
..()
/obj/structure/girder/blob_act()
if(prob(10))
if(prob(40))
del(src)