Lipstick Buff (#16584)

* Lipstick Buff

* cl
This commit is contained in:
Geeves
2023-07-02 09:52:36 +00:00
committed by GitHub
parent 46c74f7d88
commit 7964478cd1
10 changed files with 102 additions and 40 deletions
+2 -2
View File
@@ -220,7 +220,7 @@
var/mob/living/carbon/human/H = M
if(H == user)
to_chat(user, SPAN_NOTICE("You wipe off the lipstick with [src]."))
H.lip_style = null
H.lipstick_color = null
H.update_body()
else
user.visible_message(SPAN_WARNING("[user] begins to wipe [H]'s lipstick off with \the [src]."), \
@@ -228,7 +228,7 @@
if(do_after(user, 10) && do_after(H, 10, 0)) //user needs to keep their active hand, H does not.
user.visible_message(SPAN_NOTICE("[user] wipes [H]'s lipstick off with \the [src]."), \
SPAN_NOTICE("You wipe off [H]'s lipstick."))
H.lip_style = null
H.lipstick_color = null
H.update_body()
/obj/item/paper/proc/addtofield(var/id, var/text, var/links = 0)