Skip to content

Commit

Permalink
revert joe changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 24, 2024
1 parent 9cfe53d commit 95c85e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/gear_presets/synths.dm
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@

/datum/equipment_preset/synth/working_joe/engi
name = "Synthetic - Hazmat Joe"
joe_type = SYNTH_WORKING_JOE
joe_type = SYNTH_HAZARD_JOE

/datum/equipment_preset/synth/working_joe/engi/load_gear(mob/living/carbon/human/new_human)
var/choice = rand(1,2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/datum/species/synthetic/colonial/working_joe/hazard
name = SYNTH_HAZARD_JOE //TECHNICALLY the proper name would be Hazard Working Joes, but we will stick with Hazard Joe for now
name_plural = "Hazard Joes"
emote_panel_type = /datum/joe_emote_panel
emote_panel_type = /datum/joe_emote_panel/hazard

/datum/species/synthetic/colonial/working_joe/handle_post_spawn(mob/living/carbon/human/joe)
. = ..()
Expand Down

0 comments on commit 95c85e0

Please sign in to comment.