Fixes autotraitor.

This commit is contained in:
Zuhayr
2015-09-05 13:15:30 +09:30
parent 7af1f27b28
commit f74182680c
2 changed files with 8 additions and 1 deletions

View File

@@ -1380,6 +1380,7 @@ proc/admin_notice(var/message, var/rights)
var/antag_type = input("Choose a template.","Force Latespawn") as null|anything in all_antag_types
if(!antag_type || !all_antag_types[antag_type])
usr << "Aborting."
return
var/datum/antagonist/antag = all_antag_types[antag_type]