Fix fire extinguisher not being fillable with the top off.

This commit is contained in:
Rob Nelson
2014-01-05 22:35:30 -05:00
committed by ZomgPonies
parent f72bb35e26
commit 68fd13b90c
@@ -82,7 +82,7 @@
flags &= ~OPENCONTAINER
return
if (istype(W, /obj/item))
if (istype(W, /obj/item) && !is_open_container())
if(W.w_class>1)
user << "\The [W] won't fit into the nozzle!"
return
@@ -212,4 +212,4 @@
step(user, user.inertia_dir)
else
return ..()
return
return