Merge pull request #201 from alex-gh/event_fixes

Event fixes
This commit is contained in:
alex-gh
2014-05-13 18:17:03 +02:00
3 changed files with 4 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)