mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
@@ -200,25 +200,19 @@
|
||||
// Highest priority at the top.
|
||||
if(radalert && !fire)
|
||||
icon_state = "radiation"
|
||||
blend_mode = BLEND_MULTIPLY
|
||||
else if(fire && !radalert && !eject && !party)
|
||||
icon_state = "blue"
|
||||
blend_mode = BLEND_MULTIPLY
|
||||
/*else if(atmosalm && !fire && !eject && !party)
|
||||
icon_state = "bluenew"*/
|
||||
else if(!fire && eject && !party)
|
||||
icon_state = "red"
|
||||
blend_mode = BLEND_MULTIPLY
|
||||
else if(party && !fire && !eject)
|
||||
icon_state = "party"
|
||||
blend_mode = BLEND_MULTIPLY
|
||||
else
|
||||
icon_state = "blue-red"
|
||||
blend_mode = BLEND_MULTIPLY
|
||||
else
|
||||
// new lighting behaviour with obj lights
|
||||
icon_state = null
|
||||
blend_mode = BLEND_DEFAULT
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user