mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user