mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] You can now buy double barrel shotgun from the goodie section (#26893)
* You can now buy double barrel shotgun from the goodie section (#81897) For the absurd price of 1,800 credits, and a weapon permit, the double barrel shotgun can be yours! * You can now buy double barrel shotgun from the goodie section --------- Co-authored-by: projectkepler-RU <99981766+projectkepler-ru@users.noreply.github.com>
This commit is contained in:
co-authored by
projectkepler-RU
parent
5a02f00d51
commit
fdf9e8f447
@@ -308,3 +308,10 @@
|
||||
desc = "A less cheap imported climbing hook. Absolutely no use outside of planetary stations."
|
||||
cost = PAYCHECK_CREW * 5
|
||||
contains = list(/obj/item/climbing_hook)
|
||||
|
||||
/datum/supply_pack/goody/double_barrel
|
||||
name = "Double Barrel Shotgun"
|
||||
desc = "Lost your beloved bunny to a demonic invasion? Clown broke in and stole your beloved gun? No worries! Get a new gun so long as you can pay the absurd fees."
|
||||
cost = PAYCHECK_COMMAND * 18
|
||||
access_view = ACCESS_WEAPONS
|
||||
contains = list(/obj/item/gun/ballistic/shotgun/doublebarrel)
|
||||
|
||||
Reference in New Issue
Block a user