Skip to content

Commit

Permalink
gary and coat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooba committed Sep 24, 2024
1 parent bcf2eab commit 3c4c51e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion monkestation/code/modules/donator/code/item/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -534,5 +534,4 @@
name = "centcom jacket"
desc = "A varsity jacket in design of centcom! It seems well made."
body_parts_covered = CHEST|GROIN|ARMS
armor = /datum/armor/wintercoat_centcom
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
5 changes: 2 additions & 3 deletions monkestation/code/modules/ranching/chickens/misc/gary.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
desc = "Gary the Crow. An inquisitive, yet cruel barterer."
icon_suffix = "crow_gary"
icon_state = "crow_gary"
pass_flags = parent_type::pass_flags | PASSGRILLE | PASSFLAPS
pass_flags = parent_type::pass_flags | PASSGRILLE | PASSFLAPS | PASSDOORS
ai_controller = /datum/ai_controller/chicken/gary

mutation_list = list()
Expand Down Expand Up @@ -37,9 +37,8 @@
roundend_callback = CALLBACK(src, PROC_REF(Write_Memory))
SSticker.OnRoundend(roundend_callback)
Read_Memory()
AddComponent(/datum/component/simple_access, ACCESS_MAINT_TUNNELS) // gary actually balls
AddComponent(/datum/component/regenerator)
add_traits(list(TRAIT_SHOCKIMMUNE, TRAIT_GOES_THROUGH_WOODEN_BARRICADES, TRAIT_WATER_BREATHING, TRAIT_NO_THROWING), INNATE_TRAIT) // gary REALLY balls (also gary making a hideout in a pool is funny)
add_traits(list(TRAIT_SHOCKIMMUNE, TRAIT_GOES_THROUGH_WOODEN_BARRICADES, TRAIT_WATER_BREATHING), INNATE_TRAIT) // gary REALLY balls (also gary making a hideout in a pool is funny)
set_home(home)
// remove unused chicken components for gary
qdel(GetComponent(/datum/component/aging))
Expand Down

0 comments on commit 3c4c51e

Please sign in to comment.