Merge pull request #33075 from AnturK/itsnotabusewhenitsassistants
Adds spawn override system
This commit is contained in:
committed by
CitadelStationBot
parent
14ce7c8118
commit
20014e6f44
@@ -319,7 +319,7 @@ SUBSYSTEM_DEF(ticker)
|
||||
//Cleanup some stuff
|
||||
for(var/obj/effect/landmark/start/S in GLOB.landmarks_list)
|
||||
//Deleting Startpoints but we need the ai point to AI-ize people later
|
||||
if(S.name != "AI")
|
||||
if(S.delete_after_roundstart)
|
||||
qdel(S)
|
||||
|
||||
//assign crew objectives and generate miscreants
|
||||
|
||||
Reference in New Issue
Block a user