Fix combustible flooder temperature param not being parsed. (#69583)

" TEMP" != "TEMP"
Fixes #69579
This commit is contained in:
vincentiusvin
2022-09-01 10:32:34 +01:00
committed by GitHub
parent b5c729d094
commit dee581702c
@@ -37,7 +37,7 @@
flooded_turf = parent_turf.ScrapeAway(1, CHANGETURF_INHERIT_AIR)
delete_parent = FALSE
flooded_turf.atmos_spawn_air("[gas_id]=[gas_amount]; TEMP=[temp_amount || trigger_temperature]")
flooded_turf.atmos_spawn_air("[gas_id]=[gas_amount];TEMP=[temp_amount || trigger_temperature]")
// Logging-related
var/admin_message = "[flooded_turf] ignited in [ADMIN_VERBOSEJMP(flooded_turf)]"