mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 02:54:44 +01:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user