We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8d29f commit ab1b654Copy full SHA for ab1b654
code/modules/reagents/reagent_containers/food/drinks.dm
@@ -148,6 +148,7 @@
148
var/mob/living/carbon/human/H = user
149
reagents.clear_reagents()
150
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>")
152
H.audible_scream()
153
H.adjustHalLoss(50)
154
H.vessel.trans_to(reagents,reagents.maximum_volume)
0 commit comments