mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-21 04:48:36 +01:00
20 lines
764 B
Plaintext
20 lines
764 B
Plaintext
/obj/item/gun/energy/laser
|
|
name = "blaster rifle"
|
|
desc = "a high energy particle blaster, efficient and deadly."
|
|
icon = 'modular_citadel/icons/obj/guns/OVERRIDE_energy.dmi'
|
|
ammo_x_offset = 1
|
|
shaded_charge = 1
|
|
lefthand_file = 'modular_citadel/icons/mob/inhands/OVERRIDE_guns_lefthand.dmi'
|
|
righthand_file = 'modular_citadel/icons/mob/inhands/OVERRIDE_guns_righthand.dmi'
|
|
|
|
/obj/item/gun/energy/laser/practice
|
|
icon_state = "laser-p"
|
|
|
|
/obj/item/gun/energy/laser/bluetag
|
|
lefthand_file = 'icons/mob/inhands/weapons/guns_lefthand.dmi'
|
|
righthand_file = 'icons/mob/inhands/weapons/guns_righthand.dmi'
|
|
|
|
/obj/item/gun/energy/laser/redtag
|
|
lefthand_file = 'icons/mob/inhands/weapons/guns_lefthand.dmi'
|
|
righthand_file = 'icons/mob/inhands/weapons/guns_righthand.dmi'
|