Skip to content

Commit

Permalink
Las mg fix (#4938)
Browse files Browse the repository at this point in the history
* Update absolute_disks.dm

takes large now

* Update concilium.dm

40k reference removed
  • Loading branch information
Rat-Time authored Jan 15, 2024
1 parent e7fef4b commit 929ad55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ obj/item/computer_hardware/hard_drive/portable/design/nt/valkirye/plus
license = 8
designs = list(
/datum/design/autolathe/gun/concillium = 3,
/datum/design/autolathe/cell/medium/high,
/datum/design/autolathe/cell/large/high,
)


Expand Down
6 changes: 3 additions & 3 deletions code/modules/projectiles/guns/energy/laser/concilium.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
gun_tags = list(GUN_LASER, GUN_ENERGY)
init_firemodes = list(
FULL_AUTO_600,
list(mode_name="short bursts", mode_desc="dakka 5 shots in quick succession", burst=5, burst_delay=2, move_delay=6, icon="burst"),
list(mode_name="long bursts", mode_desc="Dakka 8 shots in succession", burst=8, burst_delay=4, move_delay=8, icon="burst"),
list(mode_name="suppressing fire", mode_desc="DAKKA 16 shots back to back to keep targets inside cover", burst=16, burst_delay=4, move_delay=11, icon="burst")
list(mode_name="short bursts", mode_desc="Fire 5 shots in quick succession", burst=5, burst_delay=2, move_delay=6, icon="burst"),
list(mode_name="long bursts", mode_desc="Fire 8 shots in succession", burst=8, burst_delay=4, move_delay=8, icon="burst"),
list(mode_name="suppressing fire", mode_desc="Fire 16 shots back to back to keep targets inside cover", burst=16, burst_delay=4, move_delay=11, icon="burst")
)
blacklist_upgrades = list(/obj/item/gun_upgrade/mechanism/greyson_master_catalyst = TRUE)
twohanded = TRUE
Expand Down

0 comments on commit 929ad55

Please sign in to comment.