mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Merge pull request #7929 from phil235/GauzeMessageFix
Fix applying gauze on already bandaged and non bleeding person, the oper...
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user