Skip to content

Commit ab1b654

Browse files
more accurate feedback message
1 parent 3f8d29f commit ab1b654

File tree

1 file changed

+1
-0
lines changed
  • code/modules/reagents/reagent_containers/food

1 file changed

+1
-0
lines changed

code/modules/reagents/reagent_containers/food/drinks.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
var/mob/living/carbon/human/H = user
149149
reagents.clear_reagents()
150150
H << 'sound/items/cautery.ogg'
151+
to_chat(H,"<span class='danger'>You feel a sharp burning pain in your hard as \the [src] sticks to it!</span>")
151152
H.audible_scream()
152153
H.adjustHalLoss(50)
153154
H.vessel.trans_to(reagents,reagents.maximum_volume)

0 commit comments

Comments
 (0)