mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
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:
@@ -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]")
|
||||
|
||||
Reference in New Issue
Block a user