mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fix combustible flooder temperature param not being parsed. (#69583)
" TEMP" != "TEMP" Fixes #69579
This commit is contained in:
@@ -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)]"
|
||||
|
||||
Reference in New Issue
Block a user