Removes Sizeplay (#356)
* Update tgstation.dme Removes sizeplay entirely. * Update voreconstants.dm * Update living.dm
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
// Stance for hostile mobs to be in while devouring someone.
|
||||
#define HOSTILE_STANCE_EATING 99
|
||||
|
||||
|
||||
/*
|
||||
var/global/list/player_sizes_list = list("Macro" = SIZESCALE_HUGE, "Big" = SIZESCALE_BIG, "Normal" = SIZESCALE_NORMAL, "Small" = SIZESCALE_SMALL, "Tiny" = SIZESCALE_TINY)
|
||||
/* // moved to sound.dm
|
||||
// moved to sound.dm
|
||||
|
||||
var/global/list/digestion_sounds = list(
|
||||
'sound/vore/digest1.ogg',
|
||||
@@ -63,4 +63,4 @@ var/global/list/struggle_sounds = list(
|
||||
|
||||
for(var/client/C in admins)
|
||||
if(C.prefs.toggles & CHAT_DEBUGLOGS)
|
||||
C << "DEBUG: [text]" */
|
||||
C << "DEBUG: [text]" */
|
||||
|
||||
Reference in New Issue
Block a user