mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
The AI spawn issue should be fixed now, seems we ran into an issue with the GC.
You can also toggle newmob delin using the config file git-svn-id: http://tgstation13.googlecode.com/svn/trunk@957 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -81,6 +81,8 @@ mob/new_player
|
||||
Logout()
|
||||
ready = 0
|
||||
..()
|
||||
if(!config.del_new_on_log)
|
||||
return
|
||||
if(!spawning)
|
||||
del(src)
|
||||
return
|
||||
|
||||
@@ -41,6 +41,11 @@
|
||||
del(src)
|
||||
return
|
||||
|
||||
/mob/new_player/AIize()
|
||||
src.spawning = 1
|
||||
..()
|
||||
return
|
||||
|
||||
/mob/living/carbon/AIize()
|
||||
if (src.monkeyizing)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user