Skip to content

Commit

Permalink
Drunk station trait can no longer spawn you in the AI core. (Paradise…
Browse files Browse the repository at this point in the history
…SS13#26561)

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
  • Loading branch information
Adrer and adrermail@gmail.com authored Aug 21, 2024
1 parent 1c3be1c commit 0ea2abc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/controllers/subsystem/SSjobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0ea2abc

Please sign in to comment.