Cleanup ITEM_INTERACT_ flags. (#27640)

* Cleanup `ITEM_INTERACT_` flags.

* replace new uses of old flags
This commit is contained in:
warriorstar-orion
2024-12-17 21:54:28 +00:00
committed by GitHub
parent f37038eed4
commit bd6450d884
11 changed files with 305 additions and 293 deletions
+1 -1
View File
@@ -510,7 +510,7 @@
points = 0
else
to_chat(user, "<span class='notice'>There's no points left on [src].</span>")
return ITEM_INTERACT_SUCCESS
return ITEM_INTERACT_COMPLETE
/obj/item/card/mining_point_card/examine(mob/user)
. = ..()