mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Fixes #11661
Basically the issue was that the obj in question was not an open container. Now it is.
This commit is contained in:
@@ -167,6 +167,7 @@
|
||||
..()
|
||||
temp_chem_holder = new()
|
||||
temp_chem_holder.create_reagents(10)
|
||||
temp_chem_holder.flags |= OPENCONTAINER
|
||||
create_reagents(200)
|
||||
if(mechanical)
|
||||
connect()
|
||||
@@ -623,7 +624,7 @@
|
||||
set src in view(1)
|
||||
if(usr.incapacitated())
|
||||
return
|
||||
|
||||
|
||||
if(ishuman(usr) || istype(usr, /mob/living/silicon/robot))
|
||||
close_lid(usr)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user