mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Adds a visual emote when a Give is started/offered (#12384)
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
to_chat(usr, SPAN_WARNING("You don't have anything in your hands to give to \the [target]."))
|
||||
return
|
||||
|
||||
usr.visible_message(SPAN_NOTICE("\The [usr] holds out \the [I] to \the [target]."), SPAN_NOTICE("You hold out \the [I] to \the [target], waiting for them to accept it."))
|
||||
|
||||
if(alert(target,"[usr] wants to give you \a [I]. Will you accept it?",,"Yes","No") == "No")
|
||||
target.visible_message("<b>[target]</b> pushes [usr]'s hand away.")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user