mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +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)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 5.1 KiB |
Reference in New Issue
Block a user