Skip to content

Commit

Permalink
fix invisible opt table (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 authored Nov 17, 2023
1 parent 0a8a920 commit 52cb730
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/tables/tables_racks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@
name = "operating table"
desc = "Used for advanced medical procedures."
icon = 'icons/obj/surgery.dmi'
base_icon_state = "optable"
icon_state = "optable"
buildstack = /obj/item/stack/sheet/mineral/silver
smoothing_flags = NONE
Expand All @@ -818,6 +819,7 @@
buckle_lying = NO_BUCKLE_LYING
buckle_requires_restraints = TRUE
custom_materials = list(/datum/material/silver = 2000)
flipped = -1

var/obj/machinery/vitals_monitor/connected_monitor
var/mob/living/carbon/human/patient = null
Expand Down

0 comments on commit 52cb730

Please sign in to comment.