Skip to content

Commit

Permalink
Jacketfix and gary fix (#3538)
Browse files Browse the repository at this point in the history
* /obj/item/clothing/suit/toggle

* gary and coat fix
  • Loading branch information
ThePooba authored Sep 25, 2024
1 parent 41c8465 commit 96bc831
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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
//cold_protection = CHEST|GROIN|ARMS
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
3 changes: 1 addition & 2 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,7 +37,6 @@
roundend_callback = CALLBACK(src, PROC_REF(Write_Memory))
SSticker.OnRoundend(roundend_callback)
Read_Memory()
AddComponent(/datum/component/simple_access, REGION_ACCESS_ALL_STATION) // gary actually balls
AddComponent(/datum/component/regenerator)
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)
Expand Down
1 change: 1 addition & 0 deletions strings/names/first.txt
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ Graeme
Graham
Grant
Gratian
Grug
Grayson
Gregory
Greta
Expand Down

0 comments on commit 96bc831

Please sign in to comment.