Files
Bubberstation/code/modules/admin/smites/fireball.dm
Jared-Fogle 39fd90b17a Refactors smiting, adds smite build mode (#55327)
Refactors smiting out from being a large switch/case into datums.

Adds a new smite option to build mode. This lets you choose a smite and rapidly apply it to a lot of people, presumably for EORG. Requested for by...one of the admins, I forget which.
2020-12-11 00:22:00 +00:00

8 lines
208 B
Plaintext

/// Throws a fireball down at the target
/datum/smite/fireball
name = "Fireball"
/datum/smite/fireball/effect(client/user, mob/living/target)
. = ..()
new /obj/effect/temp_visual/target(get_turf(target))