mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
give admin-granted traitors their objectives and uplink automatically (#19859)
This commit is contained in:
+1
-4
@@ -1195,10 +1195,7 @@
|
||||
|
||||
if("traitor")
|
||||
if(!(has_antag_datum(/datum/antagonist/traitor)))
|
||||
var/datum/antagonist/traitor/T = new()
|
||||
T.give_objectives = FALSE
|
||||
T.give_uplink = FALSE
|
||||
add_antag_datum(T)
|
||||
add_antag_datum(/datum/antagonist/traitor)
|
||||
log_admin("[key_name(usr)] has traitored [key_name(current)]")
|
||||
message_admins("[key_name_admin(usr)] has traitored [key_name_admin(current)]")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user