Antag loadout refactor, also deathsquads I guess (#7308)

all antags that previously had massive equip chains now use the outfit datum system
    commandos + deathsquad (aka Syndicate Commandos and NT Asset Protection) have been moved out of nested alert menu hell to the new ERT system as admin-spawned ERTs, they do not appear normally
    all outfit datums will now take into account backpack preferences
    made the ERT job announcement / details more obvious
This commit is contained in:
JohnWildkins
2019-11-03 19:49:42 +02:00
committed by Erki
parent b15f676ebd
commit aa5482ca8e
22 changed files with 596 additions and 518 deletions
+1 -1
View File
@@ -115,7 +115,7 @@
//Proc executed after someone is spawned in
/datum/ghostspawner/proc/post_spawn(mob/user)
if(welcome_message)
to_chat(user, welcome_message)
to_chat(user, span("notice", welcome_message))
return TRUE
//Proc to check if a specific user can edit this spawner (open/close/...)