Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweak: Ninja can apply patches #6015

Merged
merged 1 commit into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions code/modules/antagonists/space_ninja/suit/gloves.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
heat_protection = HANDS
max_heat_protection_temperature = GLOVES_MAX_TEMP_PROTECT
strip_delay = 120
permeability_coefficient = 1
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF
armor = list("melee" = 40, "bullet" = 30, "laser" = 20,"energy" = 15, "bomb" = 30, "bio" = 30, "rad" = 100, "fire" = 100, "acid" = 100)
///Ниндзя украл ваше бельё ( ͡° ͜ʖ ͡°)
Expand Down
1 change: 1 addition & 0 deletions code/modules/antagonists/space_ninja/suit/head.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
armor = list("melee" = 40, "bullet" = 30, "laser" = 20,"energy" = 15, "bomb" = 30, "bio" = 30, "rad" = 100, "fire" = 100, "acid" = 100)
blockTracking = TRUE //Roughly the only unique thing about this helmet.
strip_delay = 12
permeability_coefficient = 1
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF

/**
Expand Down
1 change: 1 addition & 0 deletions code/modules/antagonists/space_ninja/suit/mask.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
icon_state = "ninja_mask_classic_thermals"
item_state = "ninja_mask_classic_thermals"
strip_delay = 120
permeability_coefficient = 1
flags_inv = HIDEHEADSETS|HIDEGLASSES|HIDENAME
flags_cover = MASKCOVERSEYES //We don't need to cover mouth
clothing_flags = BLOCK_GAS_SMOKE_EFFECT|AIRTIGHT|BLOCK_CAPSAICIN
Expand Down
2 changes: 1 addition & 1 deletion code/modules/antagonists/space_ninja/suit/shoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
min_cold_protection_temperature = SHOES_MIN_TEMP_PROTECT
heat_protection = FEET
max_heat_protection_temperature = SHOES_MAX_TEMP_PROTECT
permeability_coefficient = 0.01
permeability_coefficient = 1
strip_delay = 120
slowdown = 0
clothing_traits = list(TRAIT_NEGATES_GRAVITY, TRAIT_NO_SLIP_WATER)
1 change: 1 addition & 0 deletions code/modules/antagonists/space_ninja/suit/suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF
armor = list("melee" = 40, "bullet" = 30, "laser" = 20,"energy" = 30, "bomb" = 30, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100)
strip_delay = 12
permeability_coefficient = 1
min_cold_protection_temperature = SPACE_SUIT_MIN_TEMP_PROTECT
flags_inv = HIDEGLOVES|HIDEJUMPSUIT|HIDETAIL
flags_inv_transparent = HIDEGLOVES|HIDEJUMPSUIT
Expand Down
1 change: 1 addition & 0 deletions code/modules/antagonists/space_ninja/suit/uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
icon_state = "ninja_under"
item_state = "ninja_under"
item_color = "ninja_under"
permeability_coefficient = 1
resistance_flags = NONE
sensor_mode = SENSOR_OFF //Hey who's this guy on the Spider Clan Shuttle??
random_sensor = FALSE