Pump logging fixed, shuttle sound effects sync properly.

Voreconstants wip code commented out for now.
This commit is contained in:
Poojawa
2016-08-10 08:45:31 -05:00
parent 2d86e3a452
commit 10d5c98584
4 changed files with 18 additions and 9 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ var/global/list/death_sounds = list(
#define isrodent(A) (is_species(A, /datum/species/rodent))
#define isherbivorous(A) (is_species(A, /datum/species/herbivorous))
#define isexotic(A) (is_species(A, /datum/species/exotic))
/*
var/list/canine_species = list (
anubis,
corgi,
@@ -147,4 +147,4 @@ var/global/list/wings_list = list()
for(var/client/C in admins)
if(C.prefs.toggles & CHAT_DEBUGLOGS)
C << "DEBUG: [text]"
C << "DEBUG: [text]" */