Adds a new wizard spell: Punch (#33185)

* 1

* Punching

* Update punch.dm

* Update punch.dm
This commit is contained in:
boy2mantwicethefam
2022-09-05 19:02:37 +03:00
committed by GitHub
parent c6c2acf195
commit 7e637ffa40
11 changed files with 145 additions and 13 deletions

View File

@@ -1280,6 +1280,7 @@ Thanks.
/mob/living/to_bump(atom/movable/AM as mob|obj)
spawn(0)
INVOKE_EVENT(src, /event/to_bump, "bumper" = src, "bumped" = AM)
if (now_pushing || !loc || size <= SIZE_TINY)
return
now_pushing = 1