From 33220548fcd55ef459b344deb132959fdf2cc6c7 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sun, 18 Oct 2015 03:40:21 -0400 Subject: [PATCH] Fixes a Lipstick Runtime --- code/game/objects/items/weapons/cosmetics.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/cosmetics.dm b/code/game/objects/items/weapons/cosmetics.dm index 6cd8134b617..96f9d2a4787 100644 --- a/code/game/objects/items/weapons/cosmetics.dm +++ b/code/game/objects/items/weapons/cosmetics.dm @@ -59,7 +59,7 @@ else user.visible_message("[user] begins to do [H]'s lips with \the [src].", \ "You begin to apply \the [src].") - if(do_after(user, 20, target = H) && do_after(H, 20, 5, 0)) //user needs to keep their active hand, H does not. + if(do_after(user, 20, target = H)) user.visible_message("[user] does [H]'s lips with \the [src].", \ "You apply \the [src].") H.lip_style = "lipstick"