mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Preparation for 513 (#7677)
* Preparation for 513 * lentext replacement
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
playsound(target.loc, 'sound/weapons/bladeslice.ogg', 50, 1)
|
||||
|
||||
target.apply_damage(1, BRUTE, target_zone, 0)
|
||||
affected.clamp()
|
||||
affected.clamp_organ()
|
||||
spread_germs_to_organ(affected, user)
|
||||
|
||||
/datum/surgery_step/generic/cut_with_laser/fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
||||
@@ -95,7 +95,7 @@
|
||||
affected.status |= ORGAN_BLEEDING
|
||||
|
||||
target.apply_damage(1, BRUTE, target_zone, 0)
|
||||
affected.clamp()
|
||||
affected.clamp_organ()
|
||||
affected.open = 2
|
||||
|
||||
/datum/surgery_step/generic/incision_manager/fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
||||
@@ -216,7 +216,7 @@
|
||||
var/obj/item/organ/external/affected = target.get_organ(target_zone)
|
||||
user.visible_message("<span class='notice'>[user] clamps bleeders in [target]'s [affected.name] with \the [tool].</span>", \
|
||||
"<span class='notice'>You clamp bleeders in [target]'s [affected.name] with \the [tool].</span>")
|
||||
affected.clamp()
|
||||
affected.clamp_organ()
|
||||
spread_germs_to_organ(affected, user)
|
||||
playsound(target.loc, 'sound/items/Welder.ogg', 15, 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user