Proto Emitter Gun now has its own name and description (#24528)

* Update laser.dm

* Update code/modules/projectiles/guns/energy/laser.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/modules/projectiles/guns/energy/laser.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
CRUNCH
2024-03-20 20:12:35 +00:00
committed by GitHub
co-authored by Henri215 Luc
parent 2acd27f962
commit d4f7a2654a
@@ -272,7 +272,10 @@
/obj/item/gun/energy/emitter/cyborg/emp_act()
return
/obj/item/gun/energy/emitter/cyborg/proto
/// Special version given by the Safety Override upgrade and as a standard module for ERT engiborgs.
/obj/item/gun/energy/emitter/cyborg/proto
name = "mobile proto-emitter"
desc = "An emitter removed from its base and attached to a laser cannon frame. This one operates on unoptimised software, reducing its effectiveness."
ammo_type = list(/obj/item/ammo_casing/energy/emitter/cyborg/proto)