mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
[MIRROR] Cadaver spawner fixes [MDB IGNORE] (#16109)
* Cadaver spawner fixes (#69544) fix: Fixed a runtime preventing nonhuman cadavers from spawning properly. config: Cadaver spawners will no longer yell at you when morgue_cadaver_other_species_probability is blank. config: morgue_cadaver_disable_nonhumans will now properly disable nonhuman races! (It was reversed, woops.) * Cadaver spawner fixes Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
@@ -635,7 +635,9 @@
|
||||
|
||||
|
||||
/datum/config_entry/flag/morgue_cadaver_disable_nonhumans
|
||||
default = FALSE
|
||||
|
||||
/datum/config_entry/number/morgue_cadaver_other_species_probability
|
||||
default = 50
|
||||
|
||||
/datum/config_entry/string/morgue_cadaver_override_species
|
||||
|
||||
Reference in New Issue
Block a user