Duffelbags now slow you down less (#1914)

* Update backpack.dm

* Update backpack.dm
This commit is contained in:
Azarak
2020-11-28 22:12:59 +01:00
committed by GitHub
parent 67030b818f
commit ecdb48d0c8
+2 -1
View File
@@ -343,7 +343,8 @@
desc = "A large duffel bag for holding extra things."
icon_state = "duffel"
inhand_icon_state = "duffel"
slowdown = 1
//slowdown = 1 //ORIGINAL
slowdown = 0.5 //SKYRAT EDIT CHANGE
/obj/item/storage/backpack/duffelbag/ComponentInitialize()
. = ..()