11 lines
429 B
Plaintext
11 lines
429 B
Plaintext
diff a/code/game/objects/structures/janicart.dm b/code/game/objects/structures/janicart.dm (rejected hunks)
|
|
@@ -5,7 +5,7 @@
|
|
icon_state = "cart"
|
|
anchored = FALSE
|
|
density = TRUE
|
|
- container_type = OPENCONTAINER
|
|
+ container_type = OPENCONTAINER_1
|
|
//copypaste sorry
|
|
var/amount_per_transfer_from_this = 5 //shit I dunno, adding this so syringes stop runtime erroring. --NeoFite
|
|
var/obj/item/storage/bag/trash/mybag = null
|