mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Drunk station trait can no longer spawn you in the AI core. (#26561)
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
@@ -510,6 +510,8 @@ SUBSYSTEM_DEF(jobs)
|
||||
continue
|
||||
if(locate(/mob/living) in sloc.loc)
|
||||
continue
|
||||
if(drunken_spawning && sloc.name == "AI")
|
||||
continue
|
||||
S = sloc
|
||||
break
|
||||
if(!S)
|
||||
|
||||
Reference in New Issue
Block a user