Fix Watches and Add Ashtrays Examine Hint (#22219)

fixes watches referring to bluespace during the roundend timer, ashtrays
not having a examine hint about emptying vs putting it into a disposal,
and ashtrays not giving a feedback message when trying to empty a empty
one.

fixes #22209 and fixes #22215.
This commit is contained in:
SleepyGemmy
2026-04-15 15:06:40 +00:00
committed by GitHub
parent c50a2d9c69
commit d04d14532d
4 changed files with 21 additions and 6 deletions
@@ -134,6 +134,10 @@
update_icon()
return ..()
/obj/item/material/ashtray/mechanics_hints(mob/user, distance, is_adjacent)
. += ..()
. += "Use help intent to empty into a disposal. Use harm intent to put into a disposal."
/obj/item/material/ashtray/plastic/Initialize(newloc, material_key)
. = ..(newloc, MATERIAL_PLASTIC)