mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Cleanup ITEM_INTERACT_ flags. (#27640)
* Cleanup `ITEM_INTERACT_` flags. * replace new uses of old flags
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user