Update watercloset.dm

This commit is contained in:
Ghom
2020-04-12 07:17:50 +02:00
committed by GitHub
parent 23b45c9cf3
commit 863ecf6627
+1 -1
View File
@@ -118,7 +118,7 @@
/obj/structure/toilet/secret/LateInitialize()
. = ..()
w_items = 0 //recalculate total weight thanks to the secret.
for(var/item/I in contents)
for(var/obj/item/I in contents)
w_items += I.w_class
/obj/structure/toilet/secret/low_loot