Literally nothing to see here

This commit is contained in:
Cyberboss
2017-01-24 01:01:37 -05:00
parent 7a0882b954
commit 36c234d288
+1 -1
View File
@@ -523,7 +523,7 @@ var/list/admin_verbs_hideable = list(
if(flash_range == null)
return
if(devastation_range > MAX_EX_DEVESTATION_RANGE || heavy_impact_range > MAX_EX_HEAVY_RANGE || light_impact_range > MAX_EX_LIGHT_RANGE || flash_range > MAX_EX_FLASH_RANGE)
if(alert("Bomb is bigger than the maxcap. Continue?","Yes","No") != "Yes")
if(alert("Bomb is bigger than the maxcap. Continue?",,"Yes","No") != "Yes")
return
epicenter = mob.loc //We need to reupdate as they may have moved again
explosion(epicenter, devastation_range, heavy_impact_range, light_impact_range, flash_range, TRUE, TRUE)