mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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.
This commit is contained in:
@@ -329,7 +329,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