Update digest_act_vr.dm

This commit is contained in:
Verkister
2021-11-23 21:50:55 +02:00
committed by GitHub
parent e6a002e0d4
commit 178f383af4
+2 -2
View File
@@ -51,10 +51,10 @@
O.forceMove(item_storage)
if(istype(src,/obj/item/stack))
var/obj/item/stack/S = src
if(S.amount <= 1)
if(S.get_amount() <= 1)
qdel(src)
else
S.amount--
S.use(1)
digest_stage = w_class
else
qdel(src)