Balances pyro anomaly (#18310)

* End damage buff

* Nerfs constant damage
This commit is contained in:
LatD
2016-06-08 19:23:10 +12:00
committed by oranges
parent c5a84c769d
commit f3545d8d3b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -30,10 +30,10 @@
if(newAnomaly.loc)
var/turf/open/T = get_turf(newAnomaly)
if(istype(T))
T.atmos_spawn_air("o2=200;plasma=200;TEMP=1000") //Make it hot and burny for the new slime
T.atmos_spawn_air("o2=500;plasma=500;TEMP=1000") //Make it hot and burny for the new slime
var/mob/living/simple_animal/slime/S = new/mob/living/simple_animal/slime(T)
S.colour = pick("red", "orange")
S.rabid = 1
qdel(newAnomaly)
qdel(newAnomaly)