Skip to content

Commit

Permalink
[MIRROR] More obvious neural suppressors for OR tables
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNightingale authored and SuhEugene committed Oct 17, 2023
1 parent 4a4dcf6 commit b9dffae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/machinery/OpTable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
connected_monitor.update_victim(H)
break
icon_state = (victim && victim.pulse()) ? "table2-active" : "table2-idle"
ClearOverlays()
if(victim && !suppressing)
AddOverlays("table2-warning")
if(victim)
if(suppressing && victim.sleeping < 3)
victim.Sleeping(3 - victim.sleeping)
Expand Down
Binary file modified icons/obj/machines/medical/operatingtable.dmi
Binary file not shown.

0 comments on commit b9dffae

Please sign in to comment.