This commit is contained in:
SandPoot
2023-09-14 22:32:47 -03:00
67 changed files with 219 additions and 412 deletions
@@ -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
..()