mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
bunch of misc fixes (#17031)
* bunch of misc fixes * . * more refs also new ref tracking from chomp * oups * eh
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
/mob/living/carbon/alien/Life()
|
||||
|
||||
set invisibility = 0
|
||||
set background = 1
|
||||
|
||||
if (transforming) return
|
||||
if(!loc) return
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/mob/living/silicon/robot/Life()
|
||||
set invisibility = 0
|
||||
set background = 1
|
||||
|
||||
if (transforming)
|
||||
return
|
||||
|
||||
@@ -42,3 +42,7 @@
|
||||
entopic_users -= my_mob
|
||||
if(my_mob.client)
|
||||
my_mob.client.images -= entopic_images
|
||||
|
||||
/mob/Destroy()
|
||||
. = ..()
|
||||
entopic_users -= src
|
||||
|
||||
Reference in New Issue
Block a user