mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +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:
@@ -34,7 +34,7 @@
|
||||
return
|
||||
|
||||
blob_act()
|
||||
if (prob(25))
|
||||
if (prob(50))
|
||||
del(src)
|
||||
|
||||
meteorhit()
|
||||
@@ -118,7 +118,7 @@
|
||||
return
|
||||
|
||||
blob_act()
|
||||
if (prob(25))
|
||||
if (prob(50))
|
||||
del(src)
|
||||
|
||||
meteorhit()
|
||||
|
||||
@@ -314,7 +314,7 @@
|
||||
return
|
||||
|
||||
blob_act()
|
||||
if(prob(25))
|
||||
if(prob(50))
|
||||
new /obj/effects/water(src.loc)
|
||||
del(src)
|
||||
|
||||
@@ -1718,6 +1718,10 @@
|
||||
..()
|
||||
reagents.add_reagent("fuel",1000)
|
||||
|
||||
/obj/reagent_dispensers/fueltank/blob_act()
|
||||
explosion(src.loc,0,1,5,7,10)
|
||||
del(src)
|
||||
|
||||
/obj/reagent_dispensers/beerkeg
|
||||
name = "beer keg"
|
||||
desc = "A beer keg"
|
||||
@@ -1729,6 +1733,10 @@
|
||||
..()
|
||||
reagents.add_reagent("beer",1000)
|
||||
|
||||
/obj/reagent_dispensers/beerkeg/blob_act()
|
||||
explosion(src.loc,0,3,5,7,10)
|
||||
del(src)
|
||||
|
||||
|
||||
//////////////////////////drinkingglass and shaker//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user