mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Made bandages stop bleeding when applied, not waiting until next 20-tick organ update cycle.
This commit is contained in:
@@ -214,6 +214,7 @@
|
||||
|
||||
proc/bandage()
|
||||
var/rval = 0
|
||||
src.status &= ~ORGAN_BLEEDING
|
||||
for(var/datum/wound/W in wounds)
|
||||
if(W.internal) continue
|
||||
rval |= !W.bandaged
|
||||
|
||||
Reference in New Issue
Block a user