Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tot Kiboko starts with proper ammo #4685

Merged
merged 4 commits into from
Dec 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion monkestation/code/modules/blueshift/items/company_guns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@
weapon_weight = WEAPON_HEAVY
slot_flags = ITEM_SLOT_BACK | ITEM_SLOT_SUITSTORE

spawn_magazine_type = /obj/item/ammo_box/magazine/c980_grenade/drum
accepted_magazine_type = /obj/item/ammo_box/magazine/c980_grenade

fire_sound = 'monkestation/code/modules/blueshift/sounds/grenade_launcher.ogg'
Expand Down Expand Up @@ -324,7 +325,7 @@
worn_icon_state = "kiboko_evil"
inhand_icon_state = "kiboko_evil"

spawn_magazine_type = /obj/item/ammo_box/magazine/c980_grenade/drum
spawn_magazine_type = /obj/item/ammo_box/magazine/c980_grenade/drum/thunderdome_shrapnel

/obj/item/gun/ballistic/automatic/sol_grenade_launcher/evil/no_mag
spawnwithmagazine = FALSE
Expand Down
Loading