Several Diona Fixes (#12135)

This commit is contained in:
Doxxmedearly
2021-07-04 23:27:01 -04:00
committed by GitHub
parent 854792ca8a
commit df79ae2cb8
11 changed files with 45 additions and 19 deletions
+2 -1
View File
@@ -136,7 +136,8 @@
/obj/machinery/portable_atmospherics/hydroponics/AltClick()
if (istype(usr, /mob/living/carbon/alien/diona))//A diona alt+clicking feeds the plant
if(!Adjacent(usr))
return
if (closed_system)
to_chat(usr, "The lid is closed, you don't have hands to open it and reach the plants inside!")
return