mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Merge remote-tracking branch 'tgstation/master' into upstream-2025-11-29
# Conflicts: # _maps/RandomRuins/SpaceRuins/derelict_sulaco.dmm # _maps/RandomRuins/SpaceRuins/garbagetruck2.dmm # _maps/map_files/CatwalkStation/CatwalkStation_2023.dmm # _maps/map_files/tramstation/tramstation.dmm # code/_onclick/hud/new_player.dm # code/datums/components/squashable.dm # code/datums/diseases/advance/symptoms/heal.dm # code/datums/diseases/chronic_illness.dm # code/datums/status_effects/buffs.dm # code/datums/status_effects/debuffs/drunk.dm # code/datums/status_effects/debuffs/stamcrit.dm # code/game/machinery/computer/crew.dm # code/game/objects/items/devices/scanners/health_analyzer.dm # code/game/objects/items/wall_mounted.dm # code/game/turfs/closed/indestructible.dm # code/modules/admin/view_variables/filterrific.dm # code/modules/antagonists/heretic/influences.dm # code/modules/cargo/orderconsole.dm # code/modules/client/preferences.dm # code/modules/events/space_vines/vine_mutations.dm # code/modules/mob/dead/new_player/new_player.dm # code/modules/mob/living/carbon/human/death.dm # code/modules/mob/living/carbon/human/species_types/jellypeople.dm # code/modules/mob/living/damage_procs.dm # code/modules/mob/living/living.dm # code/modules/mob_spawn/ghost_roles/mining_roles.dm # code/modules/mob_spawn/mob_spawn.dm # code/modules/projectiles/ammunition/energy/laser.dm # code/modules/projectiles/guns/ballistic/launchers.dm # code/modules/projectiles/guns/energy/laser.dm # code/modules/reagents/chemistry/machinery/chem_dispenser.dm # code/modules/reagents/chemistry/reagents/cat2_medicine_reagents.dm # code/modules/reagents/chemistry/reagents/drinks/alcohol_reagents.dm # code/modules/reagents/chemistry/reagents/medicine_reagents.dm # code/modules/surgery/healing.dm # code/modules/unit_tests/designs.dm # icons/mob/inhands/items_lefthand.dmi # icons/mob/inhands/items_righthand.dmi # tgui/packages/tgui/interfaces/ChemDispenser.tsx
This commit is contained in:
@@ -330,7 +330,7 @@
|
||||
accepted_magazine_type = /obj/item/ammo_box/magazine/recharge
|
||||
empty_indicator = TRUE
|
||||
bolt_type = BOLT_TYPE_OPEN
|
||||
fire_delay = 2
|
||||
fire_delay = 2 DECISECONDS
|
||||
can_suppress = FALSE
|
||||
burst_size = 0
|
||||
actions_types = list()
|
||||
@@ -359,7 +359,7 @@
|
||||
mag_display = TRUE
|
||||
projectile_damage_multiplier = 1.2
|
||||
projectile_speed_multiplier = 1.2
|
||||
fire_delay = 2
|
||||
fire_delay = 2 DECISECONDS
|
||||
burst_size = 1
|
||||
actions_types = list()
|
||||
fire_sound = 'sound/items/weapons/thermalpistol.ogg'
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
/obj/item/gun/ballistic/bow/ashenbow
|
||||
name = "ashen bow"
|
||||
desc = "A bow made from watcher sinew and bone. Seems to possess an almost eerie radiance about it."
|
||||
icon_state = "ashenbow"
|
||||
inhand_icon_state = "ashenbow"
|
||||
base_icon_state = "ashenbow"
|
||||
worn_icon_state = "ashenbow"
|
||||
|
||||
@@ -60,7 +60,8 @@
|
||||
fire_sound = 'sound/items/weapons/gun/general/grenade_launch.ogg'
|
||||
accepted_magazine_type = /obj/item/ammo_box/magazine/m75
|
||||
burst_size = 1
|
||||
fire_delay = 0
|
||||
fire_delay = 0 SECONDS
|
||||
actions_types = list()
|
||||
casing_ejector = FALSE
|
||||
|
||||
/obj/item/gun/ballistic/rocketlauncher
|
||||
@@ -81,7 +82,7 @@
|
||||
can_suppress = FALSE
|
||||
pin = /obj/item/firing_pin/implant/pindicate
|
||||
burst_size = 1
|
||||
fire_delay = 0
|
||||
fire_delay = 0 SECONDS
|
||||
casing_ejector = FALSE
|
||||
weapon_weight = WEAPON_HEAVY
|
||||
bolt_type = BOLT_TYPE_NO_BOLT
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
accepted_magazine_type = /obj/item/ammo_box/magazine/m9mm
|
||||
can_suppress = TRUE
|
||||
burst_size = 1
|
||||
fire_delay = 0
|
||||
fire_delay = 0 SECONDS
|
||||
actions_types = list()
|
||||
bolt_type = BOLT_TYPE_LOCKING
|
||||
fire_sound = 'sound/items/weapons/gun/pistol/shot.ogg'
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
desc = "A sturdy shotgun with a longer magazine and a fixed tactical stock designed for non-lethal riot control."
|
||||
icon_state = "riotshotgun"
|
||||
inhand_icon_state = "shotgun"
|
||||
fire_delay = 8
|
||||
fire_delay = 8 DECISECONDS
|
||||
accepted_magazine_type = /obj/item/ammo_box/magazine/internal/shot/riot
|
||||
sawn_desc = "Come with me if you want to live."
|
||||
can_be_sawn_off = TRUE
|
||||
|
||||
Reference in New Issue
Block a user