mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Adds a new wizard spell: Punch (#33185)
* 1 * Punching * Update punch.dm * Update punch.dm
This commit is contained in:
committed by
GitHub
parent
c6c2acf195
commit
7e637ffa40
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user