mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
* github makes my brain hurt i managed to completely fuck over the last branch * gun inhands please god travis dont fail * just learn the recoil pattern like cs:go bro its not that hard 5 more spread * wtf appveyor capitalizes the magazine name to make appveyor run again * those were, in fact, not the correct inhands dont know how i fucked up the arg inhands, urg moment indeed * Update code/modules/projectiles/boxes_magazines/external/smg.dm Co-authored-by: Rohesie <rohesie@gmail.com> * fixes a minor sprite fucky wucky would have helped if i actually tested if the sprites work Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
@@ -510,11 +510,11 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
include_modes = list(/datum/game_mode/nuclear)
|
||||
exclude_modes = list(/datum/game_mode/nuclear/clown_ops)
|
||||
|
||||
/datum/uplink_item/dangerous/bolt_action
|
||||
name = "Surplus Rifle"
|
||||
desc = "A horribly outdated bolt action weapon. You've got to be desperate to use this."
|
||||
item = /obj/item/gun/ballistic/rifle/boltaction
|
||||
cost = 1
|
||||
/datum/uplink_item/dangerous/surplus_smg
|
||||
name = "Surplus SMG"
|
||||
desc = "A horribly outdated automatic weapon. Why would you want to use this?"
|
||||
item = /obj/item/gun/ballistic/automatic/plastikov
|
||||
cost = 2
|
||||
include_modes = list(/datum/game_mode/nuclear)
|
||||
|
||||
/datum/uplink_item/dangerous/revolver
|
||||
@@ -899,10 +899,10 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
cost = 6
|
||||
include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)
|
||||
|
||||
/datum/uplink_item/ammo/bolt_action
|
||||
name = "Surplus Rifle Clip"
|
||||
desc = "A stripper clip used to quickly load bolt action rifles. Contains 5 rounds."
|
||||
item = /obj/item/ammo_box/a762
|
||||
/datum/uplink_item/ammo/surplus_smg
|
||||
name = "Surplus SMG Magazine"
|
||||
desc = "A cylindrical magazine designed for the PP-95 SMG."
|
||||
item = /obj/item/ammo_box/magazine/plastikov9mm
|
||||
cost = 1
|
||||
include_modes = list(/datum/game_mode/nuclear)
|
||||
illegal_tech = FALSE
|
||||
|
||||
Reference in New Issue
Block a user