mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Fixes tape instantly falling off bleeding wounds & cleanmedical gauze (#95667)
Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
co-authored by
MrMelbert
parent
366448d63c
commit
cc0fc61d9e
@@ -1653,7 +1653,7 @@
|
||||
*/
|
||||
/obj/item/bodypart/proc/seep_gauze(seep_amt = 0)
|
||||
var/obj/item/stack/medical/wrap/current_gauze = LAZYACCESS(applied_items, LIMB_ITEM_GAUZE)
|
||||
if(!current_gauze)
|
||||
if(!current_gauze || !current_gauze.absorption_capacity)
|
||||
return FALSE
|
||||
current_gauze.absorption_capacity -= seep_amt
|
||||
if(current_gauze.absorption_capacity <= 0)
|
||||
|
||||
Reference in New Issue
Block a user