Skip to content

Commit

Permalink
[MIRROR] Fixes lipstick oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbassil authored and SuhEugene committed Nov 16, 2023
1 parent 50bad3b commit a4abdde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/game/objects/items/weapons/cosmetics.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
else
icon_state = initial(icon_state)

/obj/item/lipstick/use_before(atom/A, mob/living/user as mob)
. = FALSE
/obj/item/lipstick/use_after(atom/A, mob/living/user, click_parameters)
if (!open)
to_chat(user, SPAN_NOTICE("You need to uncap \the [src] first!"))
return TRUE
Expand Down

0 comments on commit a4abdde

Please sign in to comment.