mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-18 13:43:27 +00:00
* Refactor gib code to use bitflags and have documentation * Modular updates * Modular updates * Modular updates --------- Co-authored-by: Tim <timothymtorres@gmail.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
/// Gibs the target
|
|
/datum/smite/gib
|
|
name = "Gib"
|
|
|
|
/datum/smite/gib/effect(client/user, mob/living/target)
|
|
. = ..()
|
|
target.gib(DROP_ORGANS|DROP_BODYPARTS)
|