[MIRROR] [READY] Removes Dogborgs (#6763)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
Co-authored-by: kcin2001 <rnlb2001@gmail.com>
This commit is contained in:
CHOMPStation2
2023-08-13 23:01:48 -07:00
committed by GitHub
parent b7094b7a39
commit 51b73e8042
170 changed files with 4152 additions and 5116 deletions

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)