[MIRROR] Remote view recursive prey fix (#11853)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-10-21 22:55:14 -07:00
committed by GitHub
parent 837ea9590d
commit 135c7835f2
5 changed files with 29 additions and 5 deletions

View File

@@ -197,6 +197,7 @@
anchored = TRUE
unacidable = TRUE
dir = WEST
flags = REMOTEVIEW_ON_ENTER
var/base_icon_state = "cryopod_0" //VOREStation Edit - New Icon
var/occupied_icon_state = "cryopod_1" //VOREStation Edit - New Icon

View File

@@ -4,7 +4,6 @@
desc = "A standard recharger for all devices that use power."
icon = 'icons/obj/stationobjs.dmi'
icon_state = "recharger0"
flags = REMOTEVIEW_ON_ENTER
anchored = TRUE
use_power = USE_POWER_IDLE
idle_power_usage = 4

View File

@@ -6,6 +6,7 @@
density = TRUE
anchored = TRUE
unacidable = TRUE
flags = REMOTEVIEW_ON_ENTER
circuit = /obj/item/circuitboard/recharge_station
use_power = USE_POWER_IDLE
idle_power_usage = 50