mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 09:02:27 +00:00
Laser Tag Gear (#11193)
This commit is contained in:
@@ -365,21 +365,21 @@
|
||||
/obj/item/laser_components/modulator/red
|
||||
name = "red team modulator"
|
||||
desc = "Modulates the beam into firing red team tagger beams."
|
||||
projectile = /obj/item/projectile/beam/lastertag/red
|
||||
projectile = /obj/item/projectile/beam/laser_tag
|
||||
damage = 0
|
||||
icon_state = "red"
|
||||
|
||||
/obj/item/laser_components/modulator/blue
|
||||
name = "blue team modulator"
|
||||
desc = "Modulates the beam into firing blue team tagger beams."
|
||||
projectile = /obj/item/projectile/beam/lastertag/blue
|
||||
projectile = /obj/item/projectile/beam/laser_tag/blue
|
||||
damage = 0
|
||||
icon_state = "blue"
|
||||
|
||||
/obj/item/laser_components/modulator/omni
|
||||
name = "omni team modulator"
|
||||
desc = "Modulates the beam into firing omni team tagger beams."
|
||||
projectile = /obj/item/projectile/beam/lastertag/omni
|
||||
projectile = /obj/item/projectile/beam/laser_tag/omni
|
||||
damage = 0
|
||||
icon_state = "omni"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user