mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
movement fixes (#17374)
* movement fixes * properly forward the old loc * also this * scrol
This commit is contained in:
@@ -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."))
|
||||
|
||||
Reference in New Issue
Block a user