"responsible"

This commit is contained in:
Fox-McCloud
2015-06-20 13:16:27 -04:00
parent 93392f8e90
commit 300b96b8da
+1 -1
View File
@@ -402,7 +402,7 @@ var/list/admin_verbs_mentor = list(
var/flash_range = input("Flash range (in tiles):") as null|num
if(flash_range == null)
return
explosion(epicenter, devastation_range, heavy_impact_range, light_impact_range, flash_range)
explosion(epicenter, devastation_range, heavy_impact_range, light_impact_range, flash_range, 1, 1)
message_admins("<span class='adminnotice'>[ckey] creating an admin explosion at [epicenter.loc].</span>")
feedback_add_details("admin_verb","DB") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!