mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Hint digital valve direction when closed/off. (#31127)
This commit is contained in:
@@ -129,8 +129,11 @@
|
||||
update_icon()
|
||||
|
||||
/obj/machinery/atmospherics/trinary/tvalve/digital/update_icon_state()
|
||||
var/flipstate = ""
|
||||
if(flipped)
|
||||
flipstate = "m"
|
||||
if(!has_power())
|
||||
icon_state = "tvalvenopower"
|
||||
icon_state = "tvalve[flipstate]nopower"
|
||||
|
||||
/obj/machinery/atmospherics/trinary/tvalve/digital/attack_ai(mob/user)
|
||||
return attack_hand(user)
|
||||
|
||||
Reference in New Issue
Block a user