mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Crit Rework Final Submission
This commit is contained in:
@@ -313,7 +313,7 @@
|
||||
|
||||
/obj/item/twohanded/shockpaddles/attack(mob/M, mob/user)
|
||||
var/tobehealed
|
||||
var/threshold = -config.health_threshold_dead
|
||||
var/threshold = -HEALTH_THRESHOLD_DEAD
|
||||
var/mob/living/carbon/human/H = M
|
||||
|
||||
if(busy)
|
||||
@@ -472,7 +472,7 @@
|
||||
|
||||
/obj/item/borg_defib/attack(mob/M, mob/user)
|
||||
var/tobehealed
|
||||
var/threshold = -config.health_threshold_dead
|
||||
var/threshold = -HEALTH_THRESHOLD_DEAD
|
||||
var/mob/living/carbon/human/H = M
|
||||
|
||||
if(busy)
|
||||
|
||||
@@ -176,10 +176,6 @@
|
||||
affected_mob.SetSleeping(0)
|
||||
affected_mob.SetSlowed(0)
|
||||
affected_mob.SetConfused(0)
|
||||
if(ishuman(affected_mob))
|
||||
var/mob/living/carbon/human/H = affected_mob
|
||||
if(H.traumatic_shock < 100)
|
||||
H.shock_stage = 0
|
||||
stage = 1
|
||||
switch(progenitor.hunger)
|
||||
if(10 to 60)
|
||||
|
||||
@@ -112,6 +112,7 @@
|
||||
icon_state = "medicalbelt"
|
||||
item_state = "medical"
|
||||
use_item_overlays = 1
|
||||
max_w_class = WEIGHT_CLASS_NORMAL
|
||||
can_hold = list(
|
||||
/obj/item/healthanalyzer,
|
||||
/obj/item/dnainjector,
|
||||
@@ -133,6 +134,7 @@
|
||||
/obj/item/rad_laser,
|
||||
/obj/item/sensor_device,
|
||||
/obj/item/wrench/medical,
|
||||
/obj/item/handheld_defibrillator
|
||||
)
|
||||
|
||||
/obj/item/storage/belt/medical/surgery
|
||||
|
||||
Reference in New Issue
Block a user