Merge pull request #44199 from Suicidalpickles/beegirls2k19

Gauze can now be applied to corpses
This commit is contained in:
oranges
2019-06-03 11:04:10 +12:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@
/obj/item/stack/medical/attack(mob/living/M, mob/user)
if(M.stat == DEAD)
if(M.stat == DEAD && !stop_bleeding)
var/t_him = "it"
if(M.gender == MALE)
t_him = "him"