mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fix for cryo stopping bleeding.
Forgot that internal bleeding doesn't use drip()
This commit is contained in:
@@ -86,10 +86,6 @@
|
||||
/mob/living/carbon/human/proc/drip(var/amt as num)
|
||||
if(!amt)
|
||||
return
|
||||
if(bodytemperature < 170)
|
||||
// if the body is cooled enough, the metabolism is basically stopped,
|
||||
// which will prevent from bleeding out
|
||||
return
|
||||
|
||||
var/amm = 0.1 * amt
|
||||
var/turf/T = get_turf(src)
|
||||
|
||||
Reference in New Issue
Block a user