Humanizing monkeys removes undergarments (#84439)

## About The Pull Request

Humanizing a monkey doesn't result in someone with trans thigh-highs and
a bra

## Why It's Good For The Game

It is kinda weird and bad for immersion. Humans can just get it back
from dressers anyways.

## Changelog

🆑 Melbert
add: Humanizing a monkey removes undergarments such as socks
/🆑
This commit is contained in:
MrMelbert
2024-06-29 20:08:38 -05:00
committed by GitHub
parent 4032bcd973
commit f457cbc034
+7
View File
@@ -67,6 +67,7 @@
transformation_timer = addtimer(CALLBACK(src, PROC_REF(finish_humanize), species), TRANSFORMATION_DURATION, TIMER_UNIQUE)
/mob/living/carbon/proc/finish_humanize(species = /datum/species/human)
transformation_timer = null
to_chat(src, span_boldnotice("You are now a human."))
@@ -77,6 +78,12 @@
SEND_SIGNAL(src, COMSIG_MONKEY_HUMANIZE)
return src
/mob/living/carbon/human/finish_humanize(species = /datum/species/human, instant = FALSE)
underwear = "Nude"
undershirt = "Nude"
socks = "Nude"
return ..()
/mob/proc/AIize(client/preference_source, move = TRUE)
var/list/turf/landmark_loc = list()