diff --git a/code/datums/uplink/highly visible and dangerous weapons.dm b/code/datums/uplink/highly visible and dangerous weapons.dm index 6e10dd0c6ff..e403d458c5b 100644 --- a/code/datums/uplink/highly visible and dangerous weapons.dm +++ b/code/datums/uplink/highly visible and dangerous weapons.dm @@ -112,4 +112,4 @@ /datum/uplink_item/item/visible_weapons/custom_ka name = "Kinetic Laser Assembly" item_cost = 12 - path = /obj/item/weapon/gun/custom_ka/frame01/illegal \ No newline at end of file + path = /obj/item/weapon/gun/custom_ka/frame01/illegal diff --git a/code/modules/projectiles/modular/laser_base.dm b/code/modules/projectiles/modular/laser_base.dm index 97c2befeda6..88d6e84dc00 100644 --- a/code/modules/projectiles/modular/laser_base.dm +++ b/code/modules/projectiles/modular/laser_base.dm @@ -134,7 +134,7 @@ icon_state = "small" var/stage = 1 var/size = CHASSIS_SMALL - var/modifier_cap = 1 + var/modifier_cap = 3 var/list/gun_mods = list() var/obj/item/laser_components/capacitor/capacitor diff --git a/code/modules/projectiles/modular/laser_components.dm b/code/modules/projectiles/modular/laser_components.dm index 57a699e3bd3..c8235cb40ab 100644 --- a/code/modules/projectiles/modular/laser_components.dm +++ b/code/modules/projectiles/modular/laser_components.dm @@ -5,14 +5,14 @@ icon_state = "medium" w_class = 3 size = CHASSIS_MEDIUM - modifier_cap = 2 + modifier_cap = 4 /obj/item/device/laser_assembly/large name = "laser assembly (large)" icon_state = "large" w_class = 4 size = CHASSIS_LARGE - modifier_cap = 3 + modifier_cap = 5 /obj/item/device/laser_assembly/admin name = "laser assembly (obscene)" @@ -404,4 +404,4 @@ projectile = /obj/item/projectile/energy/bfg damage = 2 icon_state = "bfg" - firing_sound = 'sound/magic/LightningShock.ogg' \ No newline at end of file + firing_sound = 'sound/magic/LightningShock.ogg' diff --git a/html/changelogs/SchevProtoguns.yml b/html/changelogs/SchevProtoguns.yml new file mode 100644 index 00000000000..62ddf1849e2 --- /dev/null +++ b/html/changelogs/SchevProtoguns.yml @@ -0,0 +1,37 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +################################# + +# Your name. +author: Scheveningen + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - tweak: "Protolaser guns now have 2 more modifier slots for each of the various frames. Have fun!"