mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 16:37:19 +01:00
Cyberwarfare suit buff (#13038)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Light rigs are not space-capable, but don't suffer excessive slowdown or sight issues when depowered.
|
||||
// Light rigs are not space-capable, but don't suffer excessive slowdown or sight issues when depowered.
|
||||
/obj/item/rig/light
|
||||
name = "light suit control module"
|
||||
desc = "A lighter, less armored hardsuit."
|
||||
@@ -14,8 +14,9 @@
|
||||
energy = ARMOR_MELEE_MINOR,
|
||||
bomb = ARMOR_BOMB_PADDED
|
||||
)
|
||||
emp_protection = 10
|
||||
slowdown = 0
|
||||
emp_protection = 100
|
||||
slowdown = -1
|
||||
species_restricted = list(BODYTYPE_HUMAN, BODYTYPE_UNATHI, BODYTYPE_SKRELL, BODYTYPE_VAURCA)
|
||||
item_flags = THICKMATERIAL
|
||||
offline_slowdown = 0
|
||||
offline_vision_restriction = 0
|
||||
@@ -94,7 +95,8 @@
|
||||
/obj/item/rig_module/vision,
|
||||
/obj/item/rig_module/teleporter,
|
||||
/obj/item/rig_module/actuators/combat,
|
||||
/obj/item/rig_module/device/door_hack
|
||||
/obj/item/rig_module/device/door_hack,
|
||||
/obj/item/rig_module/fabricator/energy_net
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user