mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Updated changelog.
This commit is contained in:
@@ -1047,7 +1047,7 @@
|
||||
var/blood_max = 0
|
||||
for(var/name in organs)
|
||||
var/datum/organ/external/temp = organs[name]
|
||||
if(!temp.bleeding || temp.robot) //THAT WAS DUMB.
|
||||
if(!temp.bleeding || temp.robot)
|
||||
continue
|
||||
var/lose_blood = temp.total_wound_bleeding()
|
||||
if(lose_blood)
|
||||
|
||||
Reference in New Issue
Block a user