mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Merge pull request #3803 from chaoko99/FUCKINGSNOWFLAKES
Removes Chemspill volatile fuel. Makes N2O an oxidizer.
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
return
|
||||
T.assume_gas("phoron", ceil(volume/2), T20C)
|
||||
for(var/turf/simulated/floor/target_tile in range(0,T))
|
||||
target_tile.assume_gas("volatile_fuel", volume/2, 400+T0C)
|
||||
target_tile.assume_gas("phoron", volume/2, 400+T0C)
|
||||
spawn (0) target_tile.hotspot_expose(700, 400)
|
||||
remove_self(volume)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user