Personal Crafting & Dependencies

This commit is contained in:
ShadowLarkens
2021-05-02 18:05:54 -07:00
parent 6608393d7c
commit 0198ff3fbf
37 changed files with 973 additions and 110 deletions
@@ -53,6 +53,7 @@
sync_organ_dna()
verbs |= /mob/living/proc/toggle_selfsurgery
AddComponent(/datum/component/personal_crafting)
/mob/living/carbon/human/Destroy()
human_mob_list -= src
+3 -1
View File
@@ -43,6 +43,7 @@
next_move = 1
sight |= SEE_SELF
..()
SEND_SIGNAL(src, COMSIG_MOB_LOGIN)
if(loc && !isturf(loc))
client.eye = loc
@@ -80,4 +81,5 @@
update_client_z(T.z)
if(cloaked && cloaked_selfimage)
client.images += cloaked_selfimage
client.images += cloaked_selfimage
SEND_SIGNAL(src, COMSIG_MOB_CLIENT_LOGIN, client)