Lowering megafauna mouse_opacity (#25573)

* Megafauna is already big enough

* no longer relevant

* space
This commit is contained in:
HMBGERDO
2024-05-31 15:36:12 +00:00
committed by GitHub
parent 80e4ca9fa8
commit 480900bb19
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,5 +41,5 @@
#define MOUSE_OPACITY_TRANSPARENT 0
/// Objects will be clicked on if it is the topmost object and the pixel isn't transparent at the position of the mouse (default behavior for 99.99% of game objects)
#define MOUSE_OPACITY_ICON 1
/// Objects will be always be clicked on regardless of pixel transparency or other objects at that location (used in space vines, megafauna, storage containers)
/// Objects will be always be clicked on regardless of pixel transparency or other objects at that location (used in space vines, storage containers)
#define MOUSE_OPACITY_OPAQUE 2
@@ -27,7 +27,7 @@
mob_size = MOB_SIZE_LARGE
layer = LARGE_MOB_LAYER //Looks weird with them slipping under mineral walls and cameras and shit otherwise
flags_2 = IMMUNE_TO_SHUTTLECRUSH_2
mouse_opacity = MOUSE_OPACITY_OPAQUE // Easier to click on in melee, they're giant targets anyway
mouse_opacity = MOUSE_OPACITY_ICON
dodging = FALSE // This needs to be false until someone fixes megafauna pathing so they dont lag-switch teleport at you (09-15-2023)
var/list/crusher_loot
var/medal_type