mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Removes Pollution (#3725)
## About The Pull Request deletes pollution ## Why It's Good For The Game `The odor of decaying waste fills your nostrils...` ## Changelog 🆑 del: Due to new environmental regulations, we have removed all pollutants from our space stations. /🆑 --------- Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com> Co-authored-by: Roxy <75404941+TealSeer@users.noreply.github.com>
This commit is contained in:
co-authored by
lessthanthree
Roxy
parent
d5621ec034
commit
14aec07fc4
@@ -7,10 +7,6 @@ ADMIN_VERB_AND_CONTEXT_MENU(fix_air, R_ADMIN, "Fix Air", "Fixes air in a specifi
|
||||
if(valid_range_turf.blocks_air)
|
||||
//skip walls
|
||||
continue
|
||||
//SKYRAT EDIT ADDITION START
|
||||
if(valid_range_turf.pollution)
|
||||
qdel(valid_range_turf.pollution)
|
||||
//SKYRAT EDIT ADDITION END
|
||||
var/datum/gas_mixture/GM = SSair.parse_gas_string(valid_range_turf.initial_gas_mix, /datum/gas_mixture/turf)
|
||||
valid_range_turf.copy_air(GM)
|
||||
valid_range_turf.temperature = initial(valid_range_turf.temperature)
|
||||
|
||||
Reference in New Issue
Block a user