mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #10225 from PsiOmegaDelta/150718-BurnItAway
Fixes #10170.
This commit is contained in:
@@ -25,6 +25,9 @@
|
|||||||
try_heating()
|
try_heating()
|
||||||
else
|
else
|
||||||
user << "\red You can't put the [W] onto the [src]."
|
user << "\red You can't put the [W] onto the [src]."
|
||||||
|
|
||||||
|
/obj/machinery/bunsen_burner/attack_ai()
|
||||||
|
return
|
||||||
|
|
||||||
/obj/machinery/bunsen_burner/attack_hand(mob/user as mob)
|
/obj/machinery/bunsen_burner/attack_hand(mob/user as mob)
|
||||||
if(held_container)
|
if(held_container)
|
||||||
|
|||||||
Reference in New Issue
Block a user