mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-30 16:56:26 +01:00
Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13
This commit is contained in:
@@ -155,13 +155,13 @@
|
||||
speak(message)
|
||||
playsound(src, messagevoice[message], 70, FALSE)
|
||||
|
||||
if(do_after(H, 3 SECONDS, target=src))
|
||||
if(do_after(H, 3 SECONDS, src))
|
||||
tip_over(H)
|
||||
|
||||
else if(H.a_intent == INTENT_HELP && mode == BOT_TIPPED)
|
||||
H.visible_message(span_notice("[H] begins righting [src]."), span_notice("You begin righting [src]..."))
|
||||
balloon_alert(H, "righting")
|
||||
if(do_after(H, 3 SECONDS, target=src))
|
||||
if(do_after(H, 3 SECONDS, src))
|
||||
set_right(H)
|
||||
else
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user