Skip to content

Commit

Permalink
Update LINDA_fire.dm (tgstation#38217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Winterous authored and deathride58 committed Jun 2, 2018
1 parent 2e2d7fd commit 017f052
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions code/modules/atmospherics/environmental/LINDA_fire.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
active_hotspot.just_spawned = (current_cycle < SSair.times_fired)
//remove just_spawned protection if no longer processing this cell
SSair.add_to_active(src, 0)
else
var/datum/gas_mixture/heating = air_contents.remove_ratio(exposed_volume/air_contents.volume)
heating.temperature = exposed_temperature
heating.react()
assume_air(heating)
return igniting

//This is the icon for fire on turfs, also helps for nurturing small fires until they are full tile
Expand Down Expand Up @@ -261,4 +256,4 @@
. = ..()
if(!isliving(loc))
return INITIALIZE_HINT_QDEL
#undef INSUFFICIENT
#undef INSUFFICIENT

0 comments on commit 017f052

Please sign in to comment.