mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-23 00:31:57 +00:00
20 lines
656 B
Plaintext
20 lines
656 B
Plaintext
/obj/item/gun/energy/gun/advtaser/mounted
|
|
name = "mounted taser"
|
|
desc = "An arm mounted dual-mode weapon that fires electrodes and disabler shots."
|
|
icon = 'icons/obj/items_cyborg.dmi'
|
|
icon_state = "taser"
|
|
item_state = "armcannonstun4"
|
|
force = 5
|
|
selfcharge = 1
|
|
can_flashlight = 0
|
|
trigger_guard = TRIGGER_GUARD_ALLOW_ALL // Has no trigger at all, uses neural signals instead
|
|
|
|
/obj/item/gun/energy/laser/mounted
|
|
name = "mounted laser"
|
|
desc = "An arm mounted cannon that fires lethal lasers."
|
|
icon = 'icons/obj/items_cyborg.dmi'
|
|
icon_state = "laser"
|
|
item_state = "armcannonlase"
|
|
force = 5
|
|
selfcharge = 1
|
|
trigger_guard = TRIGGER_GUARD_ALLOW_ALL |