mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
-Fixes infinite wumbo-ing
This commit is contained in:
@@ -602,7 +602,7 @@
|
||||
/obj/item/asteroid/fugu_gland/afterattack(atom/target, mob/user, proximity_flag)
|
||||
if(proximity_flag && istype(target, /mob/living/simple_animal))
|
||||
var/mob/living/simple_animal/A = target
|
||||
if(A.buffed || A.type in banned_mobs || A.stat)
|
||||
if(A.buffed || (A.type in banned_mobs) || A.stat)
|
||||
user << "<span class='warning'>Something's interfering with the [src]'s effects. It's no use.</span>"
|
||||
return
|
||||
A.buffed++
|
||||
|
||||
Reference in New Issue
Block a user