Syndicate borg/reinforcement spawners have a Never For This Round option. (#851)
This commit is contained in:
committed by
kevinz000
parent
9abfbb46d4
commit
5c8a9c5342
@@ -5,5 +5,6 @@
|
|||||||
#define POLL_IGNORE_POSSESSED_BLADE "possessed_blade"
|
#define POLL_IGNORE_POSSESSED_BLADE "possessed_blade"
|
||||||
#define POLL_IGNORE_ALIEN_LARVA "alien_larva"
|
#define POLL_IGNORE_ALIEN_LARVA "alien_larva"
|
||||||
#define POLL_IGNORE_CLOCKWORK_MARAUDER "clockwork_marauder"
|
#define POLL_IGNORE_CLOCKWORK_MARAUDER "clockwork_marauder"
|
||||||
|
#define POLL_IGNORE_SYNDICATE "syndicate"
|
||||||
|
|
||||||
GLOBAL_LIST_EMPTY(poll_ignore)
|
GLOBAL_LIST_EMPTY(poll_ignore)
|
||||||
|
|||||||
@@ -155,7 +155,8 @@
|
|||||||
if(!(check_usability(user)))
|
if(!(check_usability(user)))
|
||||||
return
|
return
|
||||||
|
|
||||||
var/list/nuke_candidates = pollCandidatesForMob("Do you want to play as a syndicate [borg_to_spawn ? "[lowertext(borg_to_spawn)] cyborg":"operative"]?", ROLE_OPERATIVE, null, ROLE_OPERATIVE, 150, src)
|
to_chat(user, "<span class='notice'>You activate [src] and wait for confirmation.</span>")
|
||||||
|
var/list/nuke_candidates = pollCandidatesForMob("Do you want to play as a syndicate [borg_to_spawn ? "[lowertext(borg_to_spawn)] cyborg":"operative"]?", ROLE_OPERATIVE, null, ROLE_OPERATIVE, 150, POLL_IGNORE_SYNDICATE, src)
|
||||||
if(nuke_candidates.len)
|
if(nuke_candidates.len)
|
||||||
if(!(check_usability(user)))
|
if(!(check_usability(user)))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user