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:
Seth Scherer
2022-01-03 14:35:06 -06:00
committed by GitHub
parent 4863b12d78
commit 025b1ddfaf
10 changed files with 133 additions and 41 deletions
+2
View File
@@ -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)