mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user