fixes for the requested changes

This commit is contained in:
ancientpower
2020-02-04 17:02:13 -06:00
parent a85f05a628
commit 335c28ff25
2 changed files with 29 additions and 31 deletions
+1 -1
View File
@@ -108,7 +108,7 @@
if(!T || !target.CanPass(src, T) || !thrownby || !thrownby.actions)
return
var/datum/action/innate/D = get_action_of_type(thrownby, /datum/action/innate/drink_fling)
if(D.active)
if(D?.active)
return TRUE
/obj/item/reagent_containers/proc/ForceResetRotation()