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
@@ -43,7 +43,7 @@
/obj/structure/curtain/item_interaction(mob/living/user, obj/item/used, list/modifiers)
if(istype(used, /obj/item/toy/crayon))
color = tgui_input_color(user,"Please choose a color.", "Curtain Color")
return ITEM_INTERACT_SUCCESS
return ITEM_INTERACT_COMPLETE
/obj/structure/curtain/screwdriver_act(mob/user, obj/item/I)
. = TRUE