Adds some funky fresh simplemob features and a big fat bird.

-Added support for simplemobs to use modular vore belly overlay system.
-Added a new kind of locally proessed speed belly feature to utilize mob life ticks (3 times faster than global bellies subsystem)
-Added a full SWOOPIE XL simplemob, utilizing the crap out of forementioned features, using the modular belly overlays and 4-part "animated" autotransfer tube neck utilizing mob life processing to make it nice and smooth (compared to minimum 6 second pauses between subsystem processing).
-Arranged some chomp vars into chomp file.
-And fixed player control bigdragons spawning with duplicate vorgan setups.
This commit is contained in:
Verkister
2022-12-24 03:54:47 +02:00
parent 65c1331eca
commit d69a1270f0
7 changed files with 23 additions and 6 deletions
@@ -97,3 +97,10 @@
// This from original living.dm update_transforms too
handle_status_indicators()
/mob/living/simple_mob/update_icon()
. = ..()
for(var/belly_class in vore_fullness_ex)
var/vs_fullness = vore_fullness_ex[belly_class]
if(vs_fullness > 0)
add_overlay("[icon_state]_[belly_class]-[vs_fullness]")