Files
Bubberstation/code/modules/admin/smites/gib.dm
SkyratBot 36e89191df [MIRROR] Refactors smiting, adds smite build mode (#2126)
* 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.

* Refactors smiting, adds smite build mode

Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>
2020-12-11 00:39:56 +00:00

8 lines
154 B
Plaintext

/// Gibs the target
/datum/smite/gib
name = "Gib"
/datum/smite/gib/effect(client/user, mob/living/target)
. = ..()
target.gib(/* no_brain = */ FALSE)