mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-21 07:03:05 +00:00
## About The Pull Request Title. This WILL break shit. Probably. Help me sweet Jesus. ## Why It's Good For The Game House of Leaves is less confusing than our file structure. ## Proof Of Testing ## Changelog 🆑 fix: MASSIVE File Structure clean-up. /🆑 --------- Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
15 lines
656 B
Plaintext
15 lines
656 B
Plaintext
/obj/item/storage/toolbox/guncase/skyrat/pistol/sec_glock
|
|
name = "black glock-9mm case"
|
|
|
|
/obj/item/storage/toolbox/guncase/skyrat/pistol/sec_glock/PopulateContents()
|
|
new /obj/item/gun/ballistic/automatic/pistol/sec_glock/security(src)
|
|
new /obj/item/ammo_box/magazine/m9mm/flathead(src)
|
|
new /obj/item/ammo_box/magazine/m9mm/flathead(src)
|
|
|
|
/obj/item/storage/toolbox/guncase/skyrat/pistol/hos_glock
|
|
name = "silver glock-9mm case"
|
|
|
|
/obj/item/storage/toolbox/guncase/skyrat/pistol/hos_glock/PopulateContents()
|
|
new /obj/item/gun/ballistic/automatic/pistol/sec_glock(src)
|
|
new /obj/item/ammo_box/magazine/m9mm(src)
|
|
new /obj/item/ammo_box/magazine/m9mm(src) |