mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
does what is hopefully the last standards change
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
devils += devil
|
||||
devil.special_role = traitor_name
|
||||
devil.restricted_roles = restricted_jobs
|
||||
|
||||
|
||||
//log_game("[key_name(devil)] has been selected as a [traitor_name]") | yogs - redundant
|
||||
antag_candidates.Remove(devil)
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
new_op.assigned_role = "Nuclear Operative"
|
||||
new_op.special_role = "Nuclear Operative"
|
||||
//log_game("[key_name(new_op)] has been selected as a nuclear operative") | yogs - redundant
|
||||
|
||||
return TRUE
|
||||
else
|
||||
setup_error = "Not enough nuke op candidates"
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
|
||||
//log_game("[key_name(scientist)] has been selected as [T.name] abductor scientist.") | yogs - redundant
|
||||
//log_game("[key_name(agent)] has been selected as [T.name] abductor agent.") | yogs - redundant
|
||||
|
||||
scientist.mind.add_antag_datum(/datum/antagonist/abductor/scientist, T)
|
||||
agent.mind.add_antag_datum(/datum/antagonist/abductor/agent, T)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user