mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Removed attack_paw, attack_animal and attack_slime.
This commit is contained in:
@@ -22,15 +22,6 @@
|
||||
visible_message("<span class='danger'>[H] slices [src] apart!</span>")
|
||||
destroy()
|
||||
|
||||
/obj/structure/attack_animal(mob/living/user)
|
||||
if(breakable)
|
||||
if(user.wall_smash)
|
||||
visible_message("<span class='danger'>[user] smashes [src] apart!</span>")
|
||||
destroy()
|
||||
|
||||
/obj/structure/attack_paw(mob/user)
|
||||
if(breakable) attack_hand(user)
|
||||
|
||||
/obj/structure/blob_act()
|
||||
if(prob(50))
|
||||
del(src)
|
||||
|
||||
Reference in New Issue
Block a user