throw at mobs laying down

This commit is contained in:
SandPoot
2023-12-18 14:07:25 -03:00
parent b36da8f5d7
commit b9a422ee2d
35 changed files with 243 additions and 171 deletions
+3 -3
View File
@@ -359,10 +359,10 @@
if(isitem(AM) && AM.CanEnterDisposals())
if(prob(75))
AM.forceMove(src)
visible_message("<span class='notice'>[AM] lands in [src].</span>")
update_icon()
visible_message(span_notice("[AM] lands in [src]."))
update_appearance()
else
visible_message("<span class='notice'>[AM] bounces off of [src]'s rim!</span>")
visible_message(span_notice("[AM] bounces off of [src]'s rim!"))
return ..()
else
return ..()