This commit is contained in:
kevinz000
2020-04-12 17:31:11 -07:00
parent 85116e414c
commit e26025599c
1911 changed files with 41583 additions and 41583 deletions

View File

@@ -218,7 +218,7 @@ var/list/blobs = list()
qdel(src)
return B
/obj/structure/blob/attackby(var/obj/item/weapon/W, var/mob/user)
/obj/structure/blob/attackby(var/obj/item/W, var/mob/user)
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
playsound(loc, 'sound/effects/attackblob.ogg', 50, 1)
visible_message("<span class='danger'>\The [src] has been attacked with \the [W][(user ? " by [user]." : ".")]</span>")