Fixes uphint (#4163)

Enforcing strict 1/0 conversion yay.
This commit is contained in:
Erki
2018-01-27 23:35:29 +02:00
committed by GitHub
parent 071d7ba728
commit bfb8a336db
@@ -124,7 +124,7 @@
if (client)
var/turf/B = GetAbove(T)
up_hint.icon_state = "uphint[(B ? B.is_hole : 0)]"
up_hint.icon_state = "uphint[(B ? !!B.is_hole : 0)]"
if (is_noisy && !stat && !lying)
if ((x == last_x && y == last_y) || !T.footstep_sound)