Makes pirate payoff feedback bit more clear. (#45915)

* Makes pirate payoff timeout clearer.

* Also update comm consoles.
This commit is contained in:
AnturK
2019-08-16 07:16:48 +02:00
committed by Rob Bailey
parent a1d72bbadc
commit 7c6cc94656

View File

@@ -51,10 +51,13 @@
priority_announce("Trying to cheat us? You'll regret this!",sender_override = ship_name) priority_announce("Trying to cheat us? You'll regret this!",sender_override = ship_name)
if(!shuttle_spawned) if(!shuttle_spawned)
spawn_shuttle() spawn_shuttle()
else
priority_announce("Too late to beg for mercy!",sender_override = ship_name)
/datum/round_event/pirates/start() /datum/round_event/pirates/start()
if(threat && !threat.answered)
threat.possible_answers = list("Too late")
threat.answered = 1
if(!paid_off && !shuttle_spawned) if(!paid_off && !shuttle_spawned)
spawn_shuttle() spawn_shuttle()