mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Adds the razorwire implant. Ready for review into merge (#23911)
* Please merge 23876 first thanks
* whoops / fix
* she snakes on my case till I
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
* deconflicts, ready for TM
* Update code/_onclick/click.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
* lewcs good to them
* icon move and changes
* almost forgot to save this
* Update augments_arms.dm
* Inverted it, it seems.
* fixes lockers
* razorwire failsafes
* fuck
* razorwire one hand
* removes 2hand implant stuff
* Apply suggestions from code review
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
* s34ns changes
* Vampires can gain blood for a minute from people who succumb
* Revert "Vampires can gain blood for a minute from people who succumb"
This reverts commit 50a3cf87fe.
---------
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
@@ -386,6 +386,19 @@
|
||||
build_path = /obj/item/organ/internal/cyberimp/arm/shell_launcher
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/cyberimp_razorwire_spool
|
||||
name = "Razorwire Spool Arm Implant"
|
||||
desc = "A long length of monomolecular filament, built into the back of your hand. \
|
||||
Impossibly thin and flawlessly sharp, it should slice through organic materials with no trouble; \
|
||||
even from a few steps away. However, results against anything more durable will heavily vary."
|
||||
id = "ci-razorwire-spool"
|
||||
req_tech = list("combat" = 6, "biotech" = 6, "syndicate" = 3)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
materials = list(MAT_METAL = 5000, MAT_SILVER = 2000, MAT_DIAMOND = 2000, MAT_BLUESPACE = 2000)
|
||||
construction_time = 10 SECONDS
|
||||
build_path = /obj/item/organ/internal/cyberimp/arm/razorwire
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/cyberimp_toolset_abductor
|
||||
name = "Abductor Toolset Implant"
|
||||
desc = "An alien toolset, designed to be installed on subject's arm."
|
||||
|
||||
Reference in New Issue
Block a user