Ash Walker/Gutlunch fixes. Glass containers now do not splash on help intent, for milking.

This commit is contained in:
Mark van Alphen
2019-04-03 17:24:55 +02:00
parent 6f6e9bbe75
commit 19b923c999
5 changed files with 19 additions and 17 deletions
@@ -66,7 +66,7 @@
if(istype(target, type))
return
if(ismob(target) && target.reagents && reagents.total_volume)
if(user.a_intent != INTENT_HELP && ismob(target) && target.reagents && reagents.total_volume)
to_chat(user, "<span class='notice'>You splash the solution onto [target].</span>")
var/mob/living/M = target