Skip to content

Commit

Permalink
Adds Ostwind to WO gun selection and gives them an ammo pouch (#4965)
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingSpock authored Jan 24, 2024
1 parent 3c1900e commit 7034360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/weapons/storage/hardcases.dm
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ obj/item/storage/hcases/attackby(obj/item/W, mob/user)
var/list/options = list() // Moved the Galaxy to secondary selection
options["Osprey - precision rifle"] = list(/obj/item/gun/projectile/automatic/omnirifle/scoped/fancy,/obj/item/ammo_magazine/heavy_rifle_408,/obj/item/ammo_magazine/heavy_rifle_408, /obj/item/ammo_magazine/heavy_rifle_408/rubber)
options["SWAT - combat shotgun"] = list(/obj/item/gun/projectile/shotgun/pump/swat, /obj/item/ammo_magazine/ammobox/shotgun/beanbags/pepperball, /obj/item/ammo_magazine/ammobox/c10x24_small)
options["Ostwind - police carbine"] = list(/obj/item/gun/projectile/automatic/ostwind, /obj/item/ammo_magazine/light_rifle_257, /obj/item/ammo_magazine/light_rifle_257, /obj/item/ammo_magazine/light_rifle_257/rubber/pepperball)
var/choice = input(user,"What type of equipment?") as null|anything in options
if(src && choice)
var/list/things_to_spawn = options[choice]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
new /obj/item/device/holowarrant(src)
new /obj/item/taperoll/police(src)
new /obj/item/gunbox/warrantofficer(src) // Primary on their locker, secondary on their hardcase.
new /obj/item/storage/pouch/ammo(src)
new /obj/item/clothing/gloves/stungloves(src)
new /obj/item/device/taperecorder(src)
new /obj/item/clipboard(src)
Expand Down

0 comments on commit 7034360

Please sign in to comment.