mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-07-20 12:13:37 +01:00
c8983e1b03
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!!
9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
/// Throws a pie at the target
|
|
/datum/smite/pie
|
|
name = "Pie"
|
|
|
|
/datum/smite/pie/effect(client/user, mob/living/target)
|
|
. = ..()
|
|
var/obj/item/reagent_containers/food/snacks/pie/cream/nostun/creamy = new(get_turf(target))
|
|
creamy.splat(target)
|