Finishes sprite datumization for station modules

This commit is contained in:
Heroman
2023-08-08 19:05:57 +10:00
parent bf28f9cd4f
commit 8de87c53a2
26 changed files with 560 additions and 175 deletions
+2 -2
View File
@@ -50,7 +50,7 @@
return
for(var/t in organs)
qdel(t)
//VOREStation Edit Start - Hologram examine flavor
var/mob/living/silicon/ai/O = ..(move)
if(O)
@@ -195,7 +195,7 @@
O.fuzzy = B.fuzzy //VOREStation Addition: add size prefs to borgs
callHook("borgify", list(O))
O.Namepick()
O.namepick()
spawn(0) // Mobs still instantly del themselves, thus we need to spawn or O will never be returned
qdel(src)