Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into node-18
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbanz1 committed Oct 20, 2023
2 parents af1eef0 + 4aa7af2 commit a8a4c6c
Show file tree
Hide file tree
Showing 25 changed files with 357 additions and 203 deletions.
11 changes: 6 additions & 5 deletions _maps/map_files/Gladius/Gladius1.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 16 additions & 2 deletions _maps/map_files/Gladius/Gladius2.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions _maps/map_files/Hammerhead/Hammerhead.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 25 additions & 6 deletions _maps/map_files/Snake/snake_lower.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion _maps/map_files/Tycoon/Tycoon2.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions code/__DEFINES/bans.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#define BAN_OOC "OOC"
1 change: 1 addition & 0 deletions code/datums/martial/_martial.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
var/reroute_deflection = FALSE //Delete the bullet, or actually deflect it in some direction?
var/block_chance = 0 //Chance to block melee attacks using items while on throw mode.
var/restraining = 0 //used in cqc's disarm_act to check if the disarmed is being restrained and so whether they should be put in a chokehold or not
var/armlockstate = 0 //used in jujitsu grab after hand armlock move
var/help_verb
var/no_guns = FALSE
var/allow_temp_override = TRUE //if this martial art can be overridden by temporary martial arts
Expand Down
2 changes: 1 addition & 1 deletion code/game/mecha/equipment/weapons/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
name = "\improper LBX AC 10 \"Scattershot\""
desc = "A weapon for combat exosuits. Shoots a spread of pellets."
icon_state = "mecha_scatter"
equip_cooldown = 20
equip_cooldown = 15 //NSV13 - decreased cool down to 15 from 20
projectile = /obj/item/projectile/bullet/scattershot
projectiles = 40
projectile_energy_cost = 25
Expand Down
Loading

0 comments on commit a8a4c6c

Please sign in to comment.