mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
fix guncase init (#43821)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
var/capacity = 4
|
||||
|
||||
/obj/structure/guncase/Initialize(mapload)
|
||||
..()
|
||||
. = ..()
|
||||
if(mapload)
|
||||
for(var/obj/item/I in loc.contents)
|
||||
if(istype(I, gun_category))
|
||||
|
||||
Reference in New Issue
Block a user