movement fixes (#17374)

* movement fixes

* properly forward the old loc

* also this

* scrol
This commit is contained in:
Kashargul
2025-03-20 16:10:43 +01:00
committed by GitHub
parent fcf85520db
commit 1e8fde508a
4 changed files with 24 additions and 16 deletions
+1 -1
View File
@@ -1717,7 +1717,7 @@
if(T == src)
custom_emote_vr(1, "rubs their [belly_rub_target ? belly_rub_target : lowertext(B.name)].")
else
custom_emote_vr(1, "gives some rubs over [T]'s [belly_rub_target ? belly_rub_target : lowertext(B.name)].")
custom_emote_vr(1, "gives some rubs over [T]'s [T.belly_rub_target ? T.belly_rub_target : lowertext(B.name)].")
B.quick_cycle()
return TRUE
to_chat(src, span_vwarning("There is no suitable belly for rubs."))