Merge pull request #7929 from phil235/GauzeMessageFix

Fix applying gauze on already bandaged and non bleeding person, the oper...
This commit is contained in:
hornygranny
2015-02-24 10:12:33 -08:00
+3 -1
View File
@@ -36,8 +36,10 @@
if(stop_bleeding)
if(H.bleedsuppress)
user << "[H]'s bleeding is already bandaged."
if(!H.blood_max)
return
else if(!H.blood_max)
user << "[H] isn't bleeding."
return
if(isliving(M))
if(!M.can_inject(user, 1))