mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
[MIRROR] Chimps no longer get grumpy when you hug them or throw things with no throw force at them. [MDB IGNORE] (#9361)
* Chimps no longer get grumpy when you hug them or throw things with no throw force at them. (#62685) * Chimps no longer get pissed when you hug them. * Pun Pun no longer hates hat throwing. * Chimps no longer get grumpy when you hug them or throw things with no throw force at them. Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
@@ -346,7 +346,7 @@
|
||||
return FALSE
|
||||
|
||||
/mob/living/attack_alien(mob/living/carbon/alien/humanoid/user, list/modifiers)
|
||||
SEND_SIGNAL(src, COMSIG_MOB_ATTACK_ALIEN, user)
|
||||
SEND_SIGNAL(src, COMSIG_MOB_ATTACK_ALIEN, user, modifiers)
|
||||
if(LAZYACCESS(modifiers, RIGHT_CLICK))
|
||||
user.do_attack_animation(src, ATTACK_EFFECT_DISARM)
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user