Skip to content

Commit

Permalink
Removes decaying waste as a pollutant (#1956)
Browse files Browse the repository at this point in the history
remove decaying waste
  • Loading branch information
lessthnthree authored and StealsThePRs committed Apr 13, 2024
1 parent 89961fd commit d587f06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
8 changes: 0 additions & 8 deletions modular_nova/modules/pollution/code/pollutants_generic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@
descriptor = SCENT_DESC_SMELL
scent = "sulphur"

///Organic waste and garbage makes this
/datum/pollutant/decaying_waste
name = "Decaying Waste"
pollutant_flags = POLLUTANT_SMELL
smell_intensity = 3
descriptor = SCENT_DESC_ODOR
scent = "decaying waste"

///Splashing blood makes a tiny bit of this
/datum/pollutant/metallic_scent
name = "Metallic Scent"
Expand Down
20 changes: 0 additions & 20 deletions modular_nova/modules/pollution/code/pollution_initializations.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,6 @@
. = ..()
AddElement(/datum/element/pollution_emitter, /datum/pollutant/chemical_vapors, 10)

/obj/effect/decal/cleanable/vomit/Initialize(mapload)
. = ..()
AddElement(/datum/element/pollution_emitter, /datum/pollutant/decaying_waste, 10)

/obj/effect/decal/cleanable/insectguts/Initialize(mapload)
. = ..()
AddElement(/datum/element/pollution_emitter, /datum/pollutant/decaying_waste, 10)

/obj/effect/decal/cleanable/garbage/Initialize(mapload)
. = ..()
AddElement(/datum/element/pollution_emitter, /datum/pollutant/decaying_waste, 30)

/obj/effect/decal/cleanable/blood/gibs/old/Initialize(mapload, list/datum/disease/diseases)
. = ..()
AddElement(/datum/element/pollution_emitter, /datum/pollutant/decaying_waste, 30)

/obj/structure/moisture_trap/Initialize(mapload)
. = ..()
AddElement(/datum/element/pollution_emitter, /datum/pollutant/decaying_waste, 30)

/obj/item/reagent_containers/cup/glass/coffee/Initialize(mapload)
. = ..()
AddComponent(/datum/component/temporary_pollution_emission, /datum/pollutant/food/coffee, 5, 3 MINUTES)
Expand Down

0 comments on commit d587f06

Please sign in to comment.