mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Remote view recursive prey fix (#11853)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
837ea9590d
commit
135c7835f2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user