Merge pull request #9011 from Trilbyspaceclone/patch-201

Ports "Gauze can now be applied to corpses #44199"
This commit is contained in:
kevinz000
2019-08-02 00:54:57 -07: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"