mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Update code/modules/projectiles/guns/energy/laser_vr.dm
Fixing missing comma. Co-authored-by: Rykka Stormheart <54187424+Rykka-Stormheart@users.noreply.github.com>
This commit is contained in:
@@ -293,7 +293,7 @@
|
||||
modifystate = "riflekill"
|
||||
//CHOMP Edit: Changed beam type to new phaser beam type.
|
||||
firemodes = list(
|
||||
list(mode_name="sniper", fire_delay=35, move_delay=4 projectile_type=/obj/item/projectile/beam/phaser/heavy, modifystate="riflekill", charge_cost = 100), //Chompedit Reduced cost
|
||||
list(mode_name="sniper", fire_delay=35, move_delay=4, projectile_type=/obj/item/projectile/beam/phaser/heavy, modifystate="riflekill", charge_cost = 100), //Chompedit Reduced cost
|
||||
list(mode_name="lethal", fire_delay=12, projectile_type=/obj/item/projectile/beam/phaser, modifystate="riflestun", charge_cost = 75), //Chompedit Reduced cost
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user