mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Now with 100% of the daily recommended dose of Vitamin C
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
return
|
||||
else
|
||||
//prevents remote "kicks" with TK
|
||||
if (abs(usr.x-src.x) > 1 || abs(usr.y-src.y) > 1)
|
||||
if (!Adjacent(user))
|
||||
return
|
||||
user.do_attack_animation(src)
|
||||
user.visible_message("<span class='danger'>[user] kicks the display case.</span>", \
|
||||
|
||||
Reference in New Issue
Block a user