Skip to content

Commit

Permalink
old sprite fixes (ParadiseSS13#27115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri215 authored Oct 22, 2024
1 parent 955617f commit edfe42a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/misc_suits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
icon_state = "corgisuit"
item_state = "chickensuit"
body_parts_covered = UPPER_TORSO|ARMS|LOWER_TORSO|LEGS|FEET
flags_inv = HIDESHOES|HIDEJUMPSUIT
flags_inv = HIDEJUMPSUIT
dog_fashion = /datum/dog_fashion/back

/obj/item/clothing/suit/corgisuit/en
Expand Down
1 change: 1 addition & 0 deletions code/modules/ninja/suit/ninja_head.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
name = "ninja hood"
icon_state = "s-ninja"
item_state = "s-ninja_hood"
flags_inv = HIDEEARS|HIDEEYES|HIDEFACE
armor = list(MELEE = 75, BULLET = 50, LASER = 20, ENERGY = 10, BOMB = 20, RAD = 15, FIRE = INFINITY, ACID = INFINITY)
blockTracking = 1
2 changes: 1 addition & 1 deletion code/modules/ninja/suit/ninja_mask.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Contents:
name = "ninja mask"
desc = "A close-fitting mask that acts both as an air filter and a post-modern fashion statement."
icon_state = "s-ninja(norm)"
item_state = "s-ninja_mask"
item_state = "s-ninja(norm)"

sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/mask.dmi',
Expand Down
1 change: 1 addition & 0 deletions code/modules/ninja/suit/ninja_suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Contents:
item_state = "s-ninja_suit"
allowed = list(/obj/item/gun, /obj/item/ammo_box, /obj/item/melee/baton, /obj/item/tank/internals, /obj/item/stock_parts/cell)
slowdown = 0
flags_inv = HIDEJUMPSUIT|HIDETAIL
armor = list(MELEE = 75, BULLET = 50, LASER = 20, ENERGY = 10, BOMB = 20, RAD = 15, FIRE = INFINITY, ACID = INFINITY)
dyeable = FALSE

Expand Down
Binary file modified icons/mob/clothing/feet.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/suit.dmi
Binary file not shown.

0 comments on commit edfe42a

Please sign in to comment.