mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Duffelbags now slow you down less (#1914)
* Update backpack.dm * Update backpack.dm
This commit is contained in:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user