Files
Bubberstation/modular_zubbers/code/modules/security/security_glock/case.dm
Cursor 33aeffd25b Killing the Module Folder with a Chainsaw and taking it's skin for a mask. (#1624)
## 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>
2024-06-12 18:59:14 +02:00

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)