File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
code/modules/maptext_alerts Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 46
46
log_game (" [ key_name(human_owner)] has broadcasted the hud message [ text] at [ AREACOORD (human_owner)] " )
47
47
var /override_color
48
48
var /list /alert_receivers = list ()
49
- var /sound_alert
49
+ var /sound_alert = ' sound/effects/radiostatic.ogg '
50
50
var /announcement_title
51
51
52
52
if (human_owner. assigned_squad)
72
72
override_color = " green"
73
73
else
74
74
override_color = " grey"
75
- sound_alert = ' sound/misc/notice2.ogg'
76
75
else
77
76
for (var /mob /living/carbon/human/alerted in GLOB . alive_human_list)
78
77
if (alerted. faction == human_owner. faction)
79
78
alert_receivers += alerted
80
- sound_alert = ' sound/effects/sos-morse-code.ogg'
81
79
announcement_title = " [ human_owner. job] 's Announcement"
82
80
alert_receivers += GLOB . observer_list
83
81
if (GLOB . radio_communication_clarity < 100 )
Original file line number Diff line number Diff line change 47
47
/ atom/movable / screen/ text/ screen_text/ potrait
48
48
screen_loc = " LEFT,TOP-3"
49
49
maptext_height = 64
50
- maptext_width = 480
50
+ maptext_width = 400
51
51
maptext_x = 66
52
52
maptext_y = 0
53
53
letters_per_update = 2
85
85
/ atom/movable / screen/ text/ screen_text/ picture/ potrait_custom_mugshot
86
86
image_to_play = " custom"
87
87
screen_loc = " LEFT,TOP-3"
88
+ maptext_width = 400
88
89
image_to_play_offset_y = 0
89
90
maptext_y = 0
90
91
letters_per_update = 2
You can’t perform that action at this time.
0 commit comments