mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Elementizes cult halos + cult eyes + fixes some issues with them (#63683)
* should be good * autodoc * signal rearranging * final comment * review
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
icon = initial(icon)
|
||||
invisibility = 0
|
||||
set_species(/datum/species/monkey)
|
||||
SEND_SIGNAL(src, COMSIG_HUMAN_MONKEYIZE)
|
||||
uncuff()
|
||||
return src
|
||||
|
||||
@@ -55,6 +56,7 @@
|
||||
icon = initial(icon)
|
||||
invisibility = 0
|
||||
set_species(species)
|
||||
SEND_SIGNAL(src, COMSIG_MONKEY_HUMANIZE)
|
||||
return src
|
||||
|
||||
/mob/proc/AIize(transfer_after = TRUE, client/preference_source, move = TRUE)
|
||||
|
||||
Reference in New Issue
Block a user