mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-26 06:26:41 +01:00
Cleaning up defines
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#define VORE_SOUND_FALLOFF 0.1
|
||||
#define VORE_SOUND_RANGE 3
|
||||
|
||||
//
|
||||
// Belly system 2.0, now using objects instead of datums because EH at datums.
|
||||
// How many times have I rewritten bellies and vore now? -Aro
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
//Dat AI vore yo
|
||||
#define HOLO_ORIGINAL_COLOR null //Original hologram color: "#7db4e1"
|
||||
#define HOLO_HARDLIGHT_COLOR "#d97de0"
|
||||
#define HOLO_ORIGINAL_ALPHA 120
|
||||
#define HOLO_HARDLIGHT_ALPHA 200
|
||||
|
||||
/obj/effect/overlay/aiholo
|
||||
var/mob/living/bellied //Only belly one person at a time. No huge vore-organs setup for AIs.
|
||||
var/mob/living/silicon/ai/master //This will receive the AI controlling the Hologram. For referencing purposes.
|
||||
|
||||
@@ -19,8 +19,6 @@ V::::::V V::::::VO:::::::OOO:::::::ORR:::::R R:::::REE::::::EEEEEE
|
||||
|
||||
-Aro <3 */
|
||||
|
||||
#define VORE_VERSION 2 //This is a Define so you don't have to worry about magic numbers.
|
||||
|
||||
//
|
||||
// Overrides/additions to stock defines go here, as well as hooks. Sort them by
|
||||
// the object they are overriding. So all /mob/living together, etc.
|
||||
|
||||
@@ -2,12 +2,6 @@
|
||||
// Vore management panel for players
|
||||
//
|
||||
|
||||
#define BELLIES_MAX 40
|
||||
#define BELLIES_NAME_MIN 2
|
||||
#define BELLIES_NAME_MAX 40
|
||||
#define BELLIES_DESC_MAX 4096
|
||||
#define FLAVOR_MAX 400
|
||||
|
||||
//INSERT COLORIZE-ONLY STOMACHS HERE
|
||||
var/global/list/belly_colorable_only_fullscreens = list("a_synth_flesh_mono",
|
||||
"a_synth_flesh_mono_hole",
|
||||
|
||||
Reference in New Issue
Block a user