Skip to content

Commit

Permalink
[MIRROR] Fix laser cannons not having a sprite in DMM editors (#2963)
Browse files Browse the repository at this point in the history
Co-authored-by: SierraKomodo <[email protected]>
Co-authored-by: Lexanx <[email protected]>
  • Loading branch information
3 people authored Dec 20, 2024
1 parent 2af1edc commit 8aa73b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/projectiles/guns/energy/laser.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
/obj/item/gun/energy/lasercannon
name = "laser cannon"
desc = "With the laser cannon, the lasing medium is enclosed in a tube lined with uranium-235 and subjected to high neutron flux in a nuclear reactor core. This incredible technology may help YOU achieve high excitation rates with small laser volumes!"
icon_state = "lasercannon"
icon_state = "lasercannon100"
modifystate = "lasercannon"
icon = 'icons/obj/guns/laser_cannon.dmi'
item_state = null
origin_tech = list(TECH_COMBAT = 4, TECH_MATERIAL = 3, TECH_POWER = 3)
Expand Down

0 comments on commit 8aa73b5

Please sign in to comment.