mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 21:26:30 +01:00
Gadgets & Gizmos (#7786)
* Adds various objects for explorers / antagonists. * T A G S * Mend
This commit is contained in:
@@ -426,4 +426,14 @@ the artifact triggers the rage.
|
||||
|
||||
heat_protection = -0.5
|
||||
cold_protection = -0.5
|
||||
siemens_coefficient = 1.5
|
||||
siemens_coefficient = 1.5
|
||||
|
||||
/datum/modifier/entangled
|
||||
name = "entangled"
|
||||
desc = "Its hard to move."
|
||||
|
||||
on_created_text = "<span class='danger'>You're caught in something! It's hard to move.</span>"
|
||||
on_expired_text = "<span class='warning'>Your movement is freed.</span>"
|
||||
stacks = MODIFIER_STACK_EXTEND
|
||||
|
||||
slowdown = 2
|
||||
|
||||
@@ -37,6 +37,12 @@
|
||||
src.modules += new /obj/item/weapon/pinpointer/shuttle/merc(src)
|
||||
src.modules += new /obj/item/weapon/melee/energy/sword(src)
|
||||
|
||||
var/datum/matter_synth/cloth = new /datum/matter_synth/cloth(40000)
|
||||
synths += cloth
|
||||
|
||||
var/obj/item/stack/sandbags/cyborg/SB = new /obj/item/stack/sandbags/cyborg(src)
|
||||
SB.synths += list(cloth)
|
||||
|
||||
var/jetpack = new/obj/item/weapon/tank/jetpack/carbondioxide(src)
|
||||
src.modules += jetpack
|
||||
R.internals = jetpack
|
||||
|
||||
Reference in New Issue
Block a user