mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[MIRROR] [TEST-MERGE FIRST] Allows all limbs to be dismembered and significantly refactors wounds [MDB IGNORE] (#23407)
* [TEST-MERGE FIRST] Allows all limbs to be dismembered and significantly refactors wounds * ah fuck it * test * edaawdawd * Revert "edaawdawd" This reverts commit 47be710fe61a1f4ca79212b29b3e88bf05ec9a3a. * nothing but sheer hatred * freaawd * dzfxg * Fixing some diffs here while we are at it. * These are deprecated and should be removed --------- Co-authored-by: nikothedude <59709059+nikothedude@users.noreply.github.com> Co-authored-by: nikothedude <simon.prouty@gmail.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
co-authored by
nikothedude
nikothedude
Giz
parent
02f66628e2
commit
2bcbb36ab9
@@ -171,7 +171,7 @@
|
||||
to_chat(user, span_userdanger("You neatly cut [stored_paper][clumsy ? "... and your finger in the process!" : "."]"))
|
||||
if(clumsy)
|
||||
var/obj/item/bodypart/finger = user.get_active_hand()
|
||||
var/datum/wound/slash/moderate/papercut = new
|
||||
var/datum/wound/slash/flesh/moderate/papercut = new
|
||||
papercut.apply_wound(finger, wound_source = "paper cut")
|
||||
stored_paper = null
|
||||
qdel(stored_paper)
|
||||
|
||||
Reference in New Issue
Block a user