mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 09:02:27 +00:00
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:
@@ -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'
|
||||
firing_sound = 'sound/magic/LightningShock.ogg'
|
||||
|
||||
Reference in New Issue
Block a user