Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Dec 2, 2024
1 parent 1c73111 commit 2de890a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/jobs/job/civilians/support/working_joe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@

/datum/job/antag/upp/dzho_automaton
title = JOB_UPP_JOE
total_positions = 2
spawn_positions = 2
total_positions = 3 //Number is actually based on information from Colonial Marines_Operations Manual, 1IVAN/3 starts to lag if it is connected to more than 3.
spawn_positions = 3
allow_additional = TRUE
scaled = FALSE
supervisors = "1VAN/3 and UPP command staff"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE
joe_flag = UPP_JOE_EMOTE

/datum/emote/living/carbon/human/synthetic/working_joe/damage/unpleasant
key = "unpleasant"
upp_joe_sound = 'sound/voice/joe/upp_joe/nepriyatno.ogg'
say_message = "Unpleasant."
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE
joe_flag = UPP_JOE_EMOTE

/datum/emote/living/carbon/human/synthetic/working_joe/damage/dont_recommend
key = "dontrecommend"
upp_joe_sound = 'sound/voice/joe/upp_joe/ne_recomenduyu.ogg'
Expand Down

0 comments on commit 2de890a

Please sign in to comment.