Protolasers now have 2 more modifier slots for each frame size. (#5635)

Yet another really bad idea from me that most people are going to like anyway.

The issues with the redundant commits down below should be fixed come next PR being merged. It's just some awkward nonsense with gitbash not working properly on my toaster, coupled with my lack of competency with it.
This commit is contained in:
OneOneThreeEight
2018-11-29 18:28:18 -05:00
committed by Werner
parent 372800454d
commit b13d73b18d
4 changed files with 42 additions and 5 deletions

View File

@@ -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

View File

@@ -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)"

View File

@@ -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!"