mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 20:26:47 +01:00
AKA [PORT] Refactors smiting, adds smite build mode tgstation/tgstation#55327 !! NOT!! A!! RUNNING!! BUILD!! LIGHTNING IS BROKEN IMMERSE IS COMMENTED OUT HALF OF THIS SHIT IS BROKEN DO NOT BASE YOURSELF ON THIS BUILD!!
8 lines
208 B
Plaintext
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))
|