mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
null rod buffs part 2
This commit is contained in:
@@ -31,7 +31,7 @@ var/list/directional = list(
|
||||
/obj/structure/window/full,
|
||||
/obj/structure/stool/bed/chair,
|
||||
/obj/structure/table,
|
||||
/obj/machinery/light
|
||||
/obj/machinery/light,
|
||||
)
|
||||
|
||||
var/list/exception = list(
|
||||
@@ -137,6 +137,9 @@ proc
|
||||
if(C.lying && !isalienadult(C))//because adult aliens have their own resting sprite
|
||||
add.Turn(90)
|
||||
|
||||
if(isobserver(A))
|
||||
add.ChangeOpacity(0.5)
|
||||
|
||||
// Find the new dimensions of the flat icon to fit the added overlay
|
||||
addX1 = min(flatX1, I:pixel_x+1)
|
||||
addX2 = max(flatX2, I:pixel_x+add.Width())
|
||||
|
||||
Reference in New Issue
Block a user