Cleans up datum traitor minimally. (#31978)
* Removes the /custom traitor subtype nonsense. Fixes borged/ai'zed traitors getting law 0. * Not needed anymore
This commit is contained in:
committed by
CitadelStationBot
parent
5bce9bc2b0
commit
0faee43f95
+3
-2
@@ -1357,8 +1357,9 @@
|
||||
|
||||
/datum/mind/proc/make_Traitor()
|
||||
if(!(has_antag_datum(ANTAG_DATUM_TRAITOR)))
|
||||
var/datum/antagonist/traitor/traitordatum = add_antag_datum(ANTAG_DATUM_TRAITOR)
|
||||
return traitordatum
|
||||
var/datum/antagonist/traitor/T = new(src)
|
||||
T.should_specialise = TRUE
|
||||
add_antag_datum(T)
|
||||
|
||||
|
||||
/datum/mind/proc/make_Nuke(turf/spawnloc, nuke_code, leader=0, telecrystals = TRUE)
|
||||
|
||||
Reference in New Issue
Block a user