mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Nerfed Xenoarch Space Suit Slowdown
Seriously, why the hell is this suit such a nightmare to move around in? Mechanically, it has ZERO armor besides bio/radiation protection, and the only real perk of it is that it's space worthy. Xenoarcheology is just tedious and annoying with these dumb suits being so clunky, so I've eliminated the slowdown to only slow you down as much as voidsuits.
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
item_state = "cespace_suit"
|
item_state = "cespace_suit"
|
||||||
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 100, rad = 100)
|
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 100, rad = 100)
|
||||||
allowed = list(/obj/item/device/flashlight,/obj/item/weapon/tank,/obj/item/device/suit_cooling_unit)
|
allowed = list(/obj/item/device/flashlight,/obj/item/weapon/tank,/obj/item/device/suit_cooling_unit)
|
||||||
|
slowdown = 1
|
||||||
|
|
||||||
/obj/item/clothing/head/helmet/space/anomaly
|
/obj/item/clothing/head/helmet/space/anomaly
|
||||||
name = "Excavation hood"
|
name = "Excavation hood"
|
||||||
|
|||||||
Reference in New Issue
Block a user