Pyro anomaly tweaks

Pyro anomaly arrives much later after announcement, making it easier to disable.
Pyro anomaly now produces more plasma.
This commit is contained in:
alex-gh
2014-05-13 17:20:28 +02:00
parent df71e810de
commit 4a7e113cf5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -119,7 +119,7 @@
var/turf/simulated/T = get_turf(src)
if(istype(T))
var/datum/gas_mixture/payload = new
payload.toxins = 30
payload.toxins = 60
T.zone.air.merge(payload)
T.hotspot_expose(1000, CELL_VOLUME)
// T.atmos_spawn_air("fire", 3)