mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
co-authored by
Ryan
Farie82
parent
5e8e9c6df4
commit
d5567103fd
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user