mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Burning pAIs have a proper overlay (#20698)
* paiburn * s34n review * spacing
This commit is contained in:
@@ -135,6 +135,15 @@
|
||||
icon_state = "[chassis]_dead"
|
||||
else
|
||||
icon_state = resting ? "[chassis]_rest" : "[chassis]"
|
||||
update_icon(UPDATE_OVERLAYS)
|
||||
|
||||
/mob/living/silicon/pai/update_fire()
|
||||
update_icon(UPDATE_OVERLAYS)
|
||||
|
||||
/mob/living/silicon/pai/update_overlays()
|
||||
. = ..()
|
||||
if(on_fire)
|
||||
. += image("icon" = 'icons/mob/OnFire.dmi', "icon_state" = "Generic_mob_burning")
|
||||
|
||||
// this function shows the information about being silenced as a pAI in the Status panel
|
||||
/mob/living/silicon/pai/proc/show_silenced()
|
||||
|
||||
Reference in New Issue
Block a user