Remove a commented out function (#1389)

This commit is contained in:
CitadelStationBot
2017-06-04 11:06:02 -05:00
committed by kevinz000
parent 8dae545d59
commit ae1e159673
@@ -55,16 +55,3 @@
var/loc = pick(L)
explosion(loc,explosiondev,explosionmed,explosionlight)
reload = 0
/*/mob/proc/openfire()
var/A
A = input("Area to jump bombard", "Open Fire", A) in GLOB.teleportlocs
var/area/thearea = GLOB.teleportlocs[A]
priority_announce("Bluespace artillery fire detected. Brace for impact.")
spawn(30)
var/list/L = list()
for(var/turf/T in get_area_turfs(thearea.type))
L+=T
var/loc = pick(L)
explosion(loc,2,5,11)*/