Skip to content

Commit

Permalink
No qa allowed and fix traider vox (#2408)
Browse files Browse the repository at this point in the history
  • Loading branch information
Teteshnik1 authored Jun 29, 2024
1 parent b6fbf00 commit a545bec
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
7 changes: 7 additions & 0 deletions code/modules/species/station/lizard.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@
/datum/mob_descriptor/build = 2
)

speech_sounds = list(
'mods/unathi/sounds/unathitalk.ogg',
'mods/unathi/sounds/unathitalk2.ogg',
'mods/unathi/sounds/unathitalk3.ogg'
)
speech_chance = 7

available_cultural_info = list(
TAG_CULTURE = list(
CULTURE_UNATHI_POLAR,
Expand Down
7 changes: 0 additions & 7 deletions code/modules/species/station/station.dm
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,6 @@
/datum/mob_descriptor/headtail_length = 0
)

speech_sounds = list(
'sound/skrell/warble1.ogg',
'sound/skrell/warble2.ogg',
'sound/skrell/warble3.ogg'
)
speech_chance = 10

available_cultural_info = list(
TAG_CULTURE = list(
CULTURE_SKRELL_QERR,
Expand Down
Binary file added mods/unathi/sounds/unathitalk.ogg
Binary file not shown.
Binary file added mods/unathi/sounds/unathitalk2.ogg
Binary file not shown.
Binary file added mods/unathi/sounds/unathitalk3.ogg
Binary file not shown.
1 change: 1 addition & 0 deletions mods/utility_items/_utility_items.dme
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
#include "code/wires.dm"
#include "code/reagents.dm"
#include "code/cell_charger.dm"
#include "code/vox.dm"

#endif
2 changes: 2 additions & 0 deletions mods/utility_items/code/vox.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/datum/trader/ship/vox
trade_flags = TRADER_GOODS | TRADER_WANTED_ONLY | TRADER_WANTED_ALL

0 comments on commit a545bec

Please sign in to comment.