Skip to content

Commit

Permalink
Merge pull request VOREStation#15617 from Very-Soft/fimx
Browse files Browse the repository at this point in the history
Raptor and Scel vore capacity fix
  • Loading branch information
Very-Soft authored Dec 17, 2023
2 parents a582ff5 + 00e536c commit 1d7d5e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions code/modules/mob/living/simple_mob/subtypes/vore/raptor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -147,4 +147,3 @@
remove_eyes()
add_eyes()
update_transform()

4 changes: 2 additions & 2 deletions code/modules/mob/living/simple_mob/subtypes/vore/scel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -258,4 +258,4 @@

else
set_light(0)
return FALSE
return FALSE

0 comments on commit 1d7d5e1

Please sign in to comment.