Adds a cancel button to the drop bomb command.

why was this not a thing before
This commit is contained in:
Tom Heeren
2017-03-17 12:34:10 -05:00
committed by GitHub
parent fa8e2fcde4
commit 1ef86a0aab
+1 -1
View File
@@ -552,7 +552,7 @@ var/list/admin_verbs_snpc = list(
return
var/turf/epicenter = mob.loc
var/list/choices = list("Small Bomb", "Medium Bomb", "Big Bomb", "Custom Bomb")
var/list/choices = list("Small Bomb", "Medium Bomb", "Big Bomb", "Custom Bomb", "Cancel")
var/choice = input("What size explosion would you like to produce?") in choices
switch(choice)
if(null)