bunch of misc fixes (#17031)

* bunch of misc fixes

* .

* more refs also new ref tracking from chomp

* oups

* eh
This commit is contained in:
Kashargul
2025-02-05 13:53:53 -05:00
committed by GitHub
parent 59a6e06ab5
commit af85f098cd
14 changed files with 243 additions and 15 deletions
@@ -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
+4
View File
@@ -42,3 +42,7 @@
entopic_users -= my_mob
if(my_mob.client)
my_mob.client.images -= entopic_images
/mob/Destroy()
. = ..()
entopic_users -= src