mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 05:06:50 +01:00
Personal Crafting & Dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user