mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] Fixes FOV and potted plants hiding [MDB IGNORE] (#10175)
* Fixes FOV and potted plants hiding * E Co-authored-by: Azarak <azarak10@gmail.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Azarak
Gandalf
parent
276f752135
commit
f1d4fefa2d
@@ -28,6 +28,7 @@
|
||||
|
||||
var/obj/item/master = parent
|
||||
var/image/I = image(icon = master.icon, icon_state = master.icon_state, loc = user)
|
||||
I.plane = GAME_PLANE_FOV_HIDDEN
|
||||
I.copy_overlays(master)
|
||||
I.override = TRUE
|
||||
source.add_alt_appearance(/datum/atom_hud/alternate_appearance/basic/everyone, "sneaking_mission", I)
|
||||
|
||||
Reference in New Issue
Block a user