Merge pull request #19850 from KorPhaeron/bubblegum_fix

Fixes a bubblegum related message
This commit is contained in:
Joan Lung
2016-08-13 18:24:22 -04:00
committed by GitHub
@@ -697,7 +697,7 @@
if(used)
return
used = TRUE
var/choice = input(user,"Who do you want dead?","Pick Reinforcement") as null|anything in player_list
var/choice = input(user,"Who do you want dead?","Choose Your Victim") as null|anything in player_list
if(!(isliving(choice)))
user << "[choice] is already dead!"