mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes #7119
This commit is contained in:
@@ -129,8 +129,6 @@
|
|||||||
create_reagents(200)
|
create_reagents(200)
|
||||||
connect()
|
connect()
|
||||||
update_icon()
|
update_icon()
|
||||||
if(closed_system)
|
|
||||||
flags &= ~OPENCONTAINER
|
|
||||||
|
|
||||||
/obj/machinery/portable_atmospherics/hydroponics/bullet_act(var/obj/item/projectile/Proj)
|
/obj/machinery/portable_atmospherics/hydroponics/bullet_act(var/obj/item/projectile/Proj)
|
||||||
|
|
||||||
@@ -777,11 +775,6 @@
|
|||||||
|
|
||||||
closed_system = !closed_system
|
closed_system = !closed_system
|
||||||
usr << "You [closed_system ? "close" : "open"] the tray's lid."
|
usr << "You [closed_system ? "close" : "open"] the tray's lid."
|
||||||
if(closed_system)
|
|
||||||
flags &= ~OPENCONTAINER
|
|
||||||
else
|
|
||||||
flags |= OPENCONTAINER
|
|
||||||
|
|
||||||
update_icon()
|
update_icon()
|
||||||
|
|
||||||
/obj/machinery/portable_atmospherics/hydroponics/soil
|
/obj/machinery/portable_atmospherics/hydroponics/soil
|
||||||
|
|||||||
Reference in New Issue
Block a user