Organ Damage Threshold Fix (#14649)

This commit is contained in:
Wowzewow (Wezzy)
2022-08-19 12:32:40 +02:00
committed by GitHub
parent c2fb3605f2
commit 3330695805
2 changed files with 41 additions and 5 deletions
-5
View File
@@ -54,11 +54,6 @@
args[1] = TRUE
SSatoms.InitAtom(src, args)
if(max_damage)
min_broken_damage = Floor(max_damage / 2)
else
max_damage = min_broken_damage * 2
/obj/item/organ/Destroy()
STOP_PROCESSING(SSprocessing, src)
if(!owner)