fixes non infectious zombies. Again. Hopefully for the last bloody time. (#29496)

This commit is contained in:
Qwertytoforty
2025-05-30 19:40:12 +00:00
committed by GitHub
parent b81b794818
commit c52cc0f3a8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -179,6 +179,7 @@ GLOBAL_LIST_INIT(diseases, subtypesof(/datum/disease))
/datum/disease/proc/Copy()
var/datum/disease/D = new type()
D.spread_flags = spread_flags //In case an admin (or other factor) has made a virus non spreading, you should *not* get a new spreading virus from blood
D.visibility_flags = visibility_flags // See above.
D.strain_data = strain_data.Copy()
return D