mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 15:47:04 +01:00
next set of spans (#16434)
* next set of spans * some more * next * next * next * . * text... * next... rest soon * . * . * ok last set for the night * . * . * . * . * some more * next * next * all for now * . * some more easy ones * some more easy ones * . * . * some more bolds * oups auto complete moment * add the remaining spans * this as well * this as well * . * ., * resync them properly
This commit is contained in:
@@ -77,10 +77,10 @@
|
||||
to_chat(user, span_notice("You can't find any nails on [body_part] to paint."))
|
||||
return
|
||||
if(user == target)
|
||||
user.visible_message("<b>\The [user]</b> paints their nails with \the [src].", "You paint your nails with \the [src].")
|
||||
user.visible_message(span_infoplain(span_bold("\The [user]") + " paints their nails with \the [src]."), span_infoplain("You paint your nails with \the [src]."))
|
||||
else
|
||||
if(do_after(user, 2 SECONDS, target))
|
||||
user.visible_message("<b>\The [user]</b> paints \the [target]'s nails with \the [src].", "You paint \the [target]'s nails with \the [src].")
|
||||
user.visible_message(span_infoplain(span_bold("\The [user]") + " paints \the [target]'s nails with \the [src]."), span_infoplain("You paint \the [target]'s nails with \the [src]."))
|
||||
else
|
||||
to_chat(user, span_notice("Both you and [target] must stay still!"))
|
||||
return
|
||||
@@ -124,10 +124,10 @@
|
||||
to_chat(user, span_notice("[target]'s [body_part.name] has no nail polish to remove!"))
|
||||
return
|
||||
if(user == target)
|
||||
user.visible_message("<b>\The [user]</b> removes their nail polish with \the [src].", "You remove your nail polish with \the [src].")
|
||||
user.visible_message(span_infoplain(span_bold("\The [user]") + " removes their nail polish with \the [src]."), span_infoplain("You remove your nail polish with \the [src]."))
|
||||
else
|
||||
if(do_after(user, 2 SECONDS, target))
|
||||
user.visible_message("<b>\The [user]</b> removes \the [target]'s nail polish with \the [src].", "You remove \the [target]'s nail polish with \the [src].")
|
||||
user.visible_message(span_infoplain(span_bold("\The [user]") + " removes \the [target]'s nail polish with \the [src]."), span_infoplain("You remove \the [target]'s nail polish with \the [src]."))
|
||||
else
|
||||
to_chat(user, span_notice("Both you and [target] must stay still!"))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user