Skip to content

Commit

Permalink
Fix ninja screenshot tests (#828)
Browse files Browse the repository at this point in the history
* fix the suit

* run forrest run

* im coping

* upload new image
  • Loading branch information
Kapu1178 authored Feb 24, 2024
1 parent fd90a50 commit 38fa032
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- run: echo Alternate tests passed.

compare_screenshots:
if: ( !contains(github.event.head_commit.message, '[ci skip]') && (success() || failure()) )
if: ( !contains(github.event.head_commit.message, '[ci skip]') && (always() && (!failure() && !cancelled())) )
needs: [run_all_tests, run_alternate_tests]
name: Compare Screenshot Tests
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions code/modules/ninja/suit/suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
inhand_icon_state = "s-ninja_suit"
allowed = list(/obj/item/gun, /obj/item/ammo_box, /obj/item/ammo_casing, /obj/item/melee/baton, /obj/item/restraints/handcuffs, /obj/item/tank/internals, /obj/item/stock_parts/cell)
resistance_flags = LAVA_PROOF | ACID_PROOF
flags_inv = HIDESHOES|HIDEJUMPSUIT
armor = list(BLUNT = 40, PUNCTURE = 30, SLASH = 0, LASER = 20, ENERGY = 30, BOMB = 30, BIO = 30, FIRE = 100, ACID = 100)
strip_delay = 12
min_cold_protection_temperature = SPACE_SUIT_MIN_TEMP_PROTECT
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 38fa032

Please sign in to comment.