Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxilmaniac committed Nov 20, 2024
1 parent e106f61 commit 9840c61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
who.balloon_alert(who, "can't strip a fused MODsuit!")
return ..()

/obj/item/mod/control/pre_equipped/entombed/retract(mob/user, obj/item/part)
/obj/item/mod/control/pre_equipped/entombed/retract(mob/user, obj/item/part, instant = FALSE)
if (ishuman(user))
var/mob/living/carbon/human/human_user = user
var/datum/quirk/equipping/entombed/tomb_quirk = human_user.get_quirk(/datum/quirk/equipping/entombed)
Expand Down

0 comments on commit 9840c61

Please sign in to comment.