Reworks the lwap to make it better. (#20884)

* Boss you killed a child... AMAZING MISSION COMPL-

* small patch fix other stuff later

* More fixes to clicking on the dot

* lwap scopes better / decativates on movement

* Apply suggestions from code review

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

* requested changes

* lower speed by marms suggestion

* scope keeps creeping

* Apply suggestions from code review

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

* henks changes

* define

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2023-05-02 21:28:34 +02:00
committed by GitHub
co-authored by Ryan Farie82
parent 5e8e9c6df4
commit d5567103fd
10 changed files with 156 additions and 14 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
/obj/item/weaponcrafting/gunkit/lwap
name = "\improper lwap laser sniper parts kit"
desc = "A suitcase containing the necessary gun parts to transform an accelerator laser cannon into an even meaner laser sniper. Somehow turns the laser purple!"
desc = "A suitcase containing the necessary gun parts to transform an laser gun into an advanced piercing laser sniper. Now with wall hacks!"
origin_tech = "combat=6;magnets=6;powerstorage=4"
/obj/item/weaponcrafting/gunkit/plasma
+5 -1
View File
@@ -222,13 +222,17 @@
name = "LWAP Laser Sniper"
tools = list(TOOL_SCREWDRIVER, TOOL_WIRECUTTER)
result = list(/obj/item/gun/energy/lwap)
reqs = list(/obj/item/gun/energy/lasercannon = 1,
reqs = list(/obj/item/gun/energy/laser = 1,
/obj/item/stack/cable_coil = 5,
/obj/item/weaponcrafting/gunkit/lwap = 1)
time = 10 SECONDS
category = CAT_WEAPONRY
subcategory = CAT_WEAPON
/datum/crafting_recipe/lwap/New()
..()
blacklist += subtypesof(/obj/item/gun/energy/laser)
/datum/crafting_recipe/silencer
name = "u-ION Silencer"
tools = list(TOOL_SCREWDRIVER, TOOL_WIRECUTTER)