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)
+2 -2
View File
@@ -1,9 +1,9 @@
/datum/event/anomaly/anomaly_pyro
startWhen = 10
startWhen = 30
announceWhen = 3
endWhen = 70
endWhen = 110
/datum/event/anomaly/anomaly_pyro/announce()