mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
up ports the TG overlays subsystem update (#18945)
* up ports the TG overlays subsystem update * . * . * . * . * for spell * . * cutting --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
//Prime this list if we need it.
|
||||
if(has_huds)
|
||||
// Note, this should be refactored to drop priority overlays
|
||||
add_overlay(backplane,TRUE) //Strap this on here, to block HUDs from appearing in rightclick menus: http://www.byond.com/forum/?post=2336679
|
||||
hud_list = list()
|
||||
hud_list.len = TOTAL_HUDS
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
if(overmind)
|
||||
blob_head_overlay.color = overmind.blob_type.complementary_color
|
||||
color = initial(color)//looks better.
|
||||
add_overlay(blob_head_overlay, TRUE)
|
||||
add_overlay(blob_head_overlay)
|
||||
|
||||
/mob/living/simple_mob/blob/spore/handle_special()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user