Files
Paradise/code/modules/projectiles/guns/mounted.dm
T
Aurorablade d861d86edd halp
open handed cavity item removal not working, help_shake_act seems to be
taking priotity, debrained sprite not appearing right on brain removal
2016-02-21 23:55:47 -05:00

31 lines
970 B
Plaintext

/obj/item/weapon/gun/energy/advtaser/mounted
name = "mounted taser"
desc = "An arm mounted dual-mode weapon that fires electrodes and disabler shots."
icon_state = "armcannonstun"
item_state = "armcannonstun"
modifystate = "armcannonstun"
force = 5
self_recharge = 1
flags = NODROP
slot_flags = null
w_class = 5.0
can_flashlight = 0
/obj/item/weapon/gun/energy/advtaser/mounted/dropped()//if somebody manages to drop this somehow...
src.loc = null//send it to nullspace to get retrieved by the implant later on. gotta cover those edge cases.
/obj/item/weapon/gun/energy/laser/mounted
name = "mounted laser"
desc = "An arm mounted cannon that fires lethal lasers. Doesn't come with a charge beam."
icon_state = "armcannonlase"
item_state = "armcannonlase"
modifystate = "armcannonlase"
force = 5
self_recharge = 1
flags = NODROP
slot_flags = null
w_class = 5.0
materials = null
/obj/item/weapon/gun/energy/laser/mounted/dropped()
src.loc = null