mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 19:42:42 +00:00
Husking can be fixed with plastic surgery now (#6071)
This commit is contained in:
@@ -68,8 +68,9 @@
|
||||
|
||||
end_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
||||
var/obj/item/organ/external/head/head = target.get_organ(target_zone)
|
||||
if(head.disfigured)
|
||||
if(head.disfigured || (HUSK in target.mutations))
|
||||
head.disfigured = FALSE
|
||||
target.mutations.Remove(HUSK)
|
||||
user.visible_message("[user] successfully restores [target]'s appearance!", "<span class='notice'>You successfully restore [target]'s appearance.</span>")
|
||||
|
||||
var/getName = sanitize(input(user, "What is your patient's new identity?", "Name change") as null|text, MAX_NAME_LEN)
|
||||
|
||||
Reference in New Issue
Block a user