Quick and easy replacing (#24352)

This commit is contained in:
DGamerL
2024-03-01 12:47:07 +00:00
committed by GitHub
parent f85c58c082
commit 900d19369b
4 changed files with 3 additions and 4 deletions
@@ -134,7 +134,6 @@
owner.current.set_nutrition(min(NUTRITION_LEVEL_WELL_FED, owner.current.nutrition + 5))
continue
if(H.stat != DEAD || H.has_status_effect(STATUS_EFFECT_RECENTLY_SUCCUMBED))
if(H.ckey || H.player_ghosted) //Requires ckey regardless if monkey or humanoid, or the body has been ghosted before it died
blood = min(20, H.blood_volume)