mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Normal brute kits disinfect wounds
This commit is contained in:
@@ -111,6 +111,7 @@
|
|||||||
user.visible_message("<span class='notice'>\The [user] places a bandaid over \a [W.desc] on [M]'s [affecting.name].</span>", \
|
user.visible_message("<span class='notice'>\The [user] places a bandaid over \a [W.desc] on [M]'s [affecting.name].</span>", \
|
||||||
"<span class='notice'>You place a bandaid over \a [W.desc] on [M]'s [affecting.name].</span>" )
|
"<span class='notice'>You place a bandaid over \a [W.desc] on [M]'s [affecting.name].</span>" )
|
||||||
W.bandage()
|
W.bandage()
|
||||||
|
W.disinfect()
|
||||||
used++
|
used++
|
||||||
affecting.update_damages()
|
affecting.update_damages()
|
||||||
if(used == amount)
|
if(used == amount)
|
||||||
|
|||||||
Reference in New Issue
Block a user