Skip to content

Commit

Permalink
revert Xanu Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Sep 18, 2024
1 parent 8cf6611 commit 5f9ffcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/spacesuits/rig/suits/xanu.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
allowed = list(/obj/item/device/flashlight,/obj/item/tank,/obj/item/device/suit_cooling_unit,/obj/item/gun,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/melee/baton,/obj/item/melee/energy/sword,/obj/item/handcuffs)
allowed_module_types = MODULE_GENERAL | MODULE_LIGHT_COMBAT | MODULE_HEAVY_COMBAT | MODULE_SPECIAL | MODULE_MEDICAL | MODULE_UTILITY

siemens_coefficient = 0.1
offline_slowdown = 3
siemens_coefficient = 0.2
offline_slowdown = 2
offline_vision_restriction = TINT_HEAVY

species_restricted = list(BODYTYPE_HUMAN, BODYTYPE_IPC, BODYTYPE_IPC_BISHOP, BODYTYPE_IPC_ZENGHU)
Expand Down
1 change: 0 additions & 1 deletion html/changelogs/Ben10083 - TCAF Hardsuit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ delete-after: True
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "New TCAF Hardsuit 'Legionnaire' (currently only for humans/humanoid ipcs). Thanks to NobleRow for the Sprites!"
- balance: "Brings Xanu hardsuit slowdown inline with other combat hardsuits."

0 comments on commit 5f9ffcc

Please sign in to comment.