Some post-mirror fixes

This commit is contained in:
Heroman3003
2023-02-05 07:51:47 +10:00
committed by Darlantan
parent e2ff2b55c2
commit d3bad85beb
6 changed files with 14 additions and 3 deletions

View File

@@ -190,6 +190,8 @@
emote_sound = 'sound/effects/warble.ogg' // Copyright CC BY 3.0 alienistcog (freesound.org) for the sound.
emote_message_3p = "warbles."
<<<<<<< HEAD
=======
/decl/emote/audible/croon
key = "croon"
emote_message_3p = "croons..."
@@ -200,11 +202,12 @@
emote_message_3p = "lets out a low, throaty warble!"
emote_sound = 'sound/voice/lwarble.ogg'
/decl/emote/audible/croak
key = "croak"
/decl/emote/audible/croak_skrell
key = "scroak"
emote_message_3p = "croaks!"
emote_sound = 'sound/voice/croak.ogg'
emote_sound = 'sound/voice/croak_skrell.ogg'
>>>>>>> 7c14ead771... Merge pull request #14439 from Heroman3003/post-mirror-fixes
/decl/emote/audible/vox_shriek
key = "shriek"
emote_message_3p = "SHRIEKS!"

View File

@@ -168,6 +168,13 @@ var/list/_human_default_emotes = list(
/decl/emote/visible/jiggle,
/decl/emote/visible/lightup,
/decl/emote/visible/vibrate,
<<<<<<< HEAD
=======
/decl/emote/audible/croon,
/decl/emote/audible/lwarble,
/decl/emote/audible/croak_skrell
>>>>>>> 7c14ead771... Merge pull request #14439 from Heroman3003/post-mirror-fixes
//VOREStation Add End
//CHOMP Add start
/decl/emote/audible/prbt2

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1780,6 +1780,7 @@
#include "code\modules\admin\create_mob.dm"
#include "code\modules\admin\create_object.dm"
#include "code\modules\admin\create_turf.dm"
#include "code\modules\admin\fix_player_notes_listing.dm"
#include "code\modules\admin\holder2.dm"
#include "code\modules\admin\IsBanned.dm"
#include "code\modules\admin\map_capture.dm"