Merge pull request #33075 from AnturK/itsnotabusewhenitsassistants

Adds spawn override system
This commit is contained in:
Jordan Brown
2017-11-25 16:37:46 -06:00
committed by CitadelStationBot
parent 14ce7c8118
commit 20014e6f44
4 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -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