From d245a9d28db0822477aba0bb7d39d87a297a1c37 Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Wed, 2 Oct 2019 00:42:19 +0200 Subject: [PATCH] addendum --- code/game/atoms.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/atoms.dm b/code/game/atoms.dm index 8922ac60e1..7c9dc3f4fe 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -236,6 +236,7 @@ . = P.on_hit(src, 0, def_zone) //used on altdisarm() for special interactions between the shoved victim (target) and the src, with user being the one shoving the target on it. +// IMPORTANT: if you wish to add a new own shove_act() to a certain object, remember to add SHOVABLE_ONTO to its obj_flags bitfied var first. /atom/proc/shove_act(mob/living/target, mob/living/user) return FALSE