mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
@@ -146,8 +146,9 @@
|
||||
extinguish()
|
||||
return
|
||||
//SKYRAT EDIT ADDITION
|
||||
var/turf/my_turf = get_turf(src)
|
||||
my_turf.PolluteListTurf(list(/datum/pollutant/smoke = 20, /datum/pollutant/carbon_air_pollution = 5), POLLUTION_ACTIVE_EMITTER_CAP)
|
||||
var/turf/open/my_turf = get_turf(src)
|
||||
if(istype(my_turf) && !my_turf.planetary_atmos) //Pollute, but only when we're not on planetary atmos
|
||||
my_turf.PolluteListTurf(list(/datum/pollutant/smoke = 15, /datum/pollutant/carbon_air_pollution = 5), POLLUTION_ACTIVE_EMITTER_CAP)
|
||||
//SKYRAT EDIT END
|
||||
bonfire_burn(delta_time)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user