/obj/screen --> /atom/movable/screen (#54403)

Repaths screen objects to /atom/movable
This commit is contained in:
TemporalOroboros
2020-11-08 23:07:15 -03:00
committed by GitHub
parent e113320908
commit edd6500d78
155 changed files with 1169 additions and 1168 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Configuration:
Usage:
- Define mouse event procs on your (probably HUD) object and simply call the show and hide procs respectively:
/obj/screen/hud
/atom/movable/screen/hud
MouseEntered(location, control, params)
usr.client.tooltip.show(params, title = src.name, content = src.desc)