Skip to content

Commit

Permalink
еуые1
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jul 12, 2024
1 parent afeadcb commit c0996c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modular_bandastation/communication/code/whisper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@
client.mob.whisper_verb(entry)
return TRUE
. = ..()

/obj/item/gun/energy/laser/awaymission_aeg
name = "Exploreverse Mk.I"
ammo_type = list(/obj/item/ammo_casing/energy/lasergun/awaymission_aeg)

/obj/item/ammo_casing/energy/lasergun/awaymission_aeg
e_cost = LASER_SHOTS(20, STANDARD_CELL_CHARGE)

0 comments on commit c0996c6

Please sign in to comment.