mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Fixes backpacks (#14966)
Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
var/straps = FALSE // Only really used for the verb.
|
||||
|
||||
/obj/item/storage/backpack/Initialize()
|
||||
. = ..()
|
||||
if(straps == TRUE)
|
||||
alpha_mask = "normal"
|
||||
verbs += /obj/item/storage/backpack/proc/adjust_backpack_straps
|
||||
|
||||
Reference in New Issue
Block a user