No longer need to have slimes with body parts to remove their cores (#19230)

This commit is contained in:
Farie82
2022-10-05 22:50:55 -05:00
committed by GitHub
parent 06d04e23ab
commit 7211b6d9f5
+1
View File
@@ -2,6 +2,7 @@
name = "core removal"
steps = list(/datum/surgery_step/slime/cut_flesh, /datum/surgery_step/slime/extract_core)
target_mobtypes = list(/mob/living/simple_animal/slime)
requires_bodypart = FALSE
possible_locs = list(BODY_ZONE_CHEST, BODY_ZONE_HEAD, BODY_ZONE_L_ARM, BODY_ZONE_PRECISE_L_HAND, BODY_ZONE_R_ARM, BODY_ZONE_PRECISE_R_HAND, BODY_ZONE_R_LEG, BODY_ZONE_PRECISE_R_FOOT, BODY_ZONE_L_LEG, BODY_ZONE_PRECISE_L_FOOT, BODY_ZONE_PRECISE_GROIN)
/datum/surgery/core_removal/can_start(mob/user, mob/living/carbon/target)