mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Merge pull request #15617 from Very-Soft/fimx
Raptor and Scel vore capacity fix
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
vore_pounce_chance = 50
|
||||
vore_active = 1
|
||||
vore_icons = SA_ICON_LIVING | SA_ICON_REST
|
||||
vore_capacity = 2
|
||||
vore_capacity = 1
|
||||
swallowTime = 50
|
||||
vore_ignores_undigestable = TRUE
|
||||
vore_default_mode = DM_DIGEST
|
||||
@@ -147,4 +147,3 @@
|
||||
remove_eyes()
|
||||
add_eyes()
|
||||
update_transform()
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
vore_active = 1
|
||||
vore_icons = 1
|
||||
vore_icons = SA_ICON_LIVING | SA_ICON_REST
|
||||
vore_capacity = 2
|
||||
vore_capacity = 1
|
||||
swallowTime = 50
|
||||
vore_ignores_undigestable = TRUE
|
||||
vore_default_mode = DM_SELECT
|
||||
@@ -258,4 +258,4 @@
|
||||
|
||||
else
|
||||
set_light(0)
|
||||
return FALSE
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user