mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Merges AI Branch into Master
This commit is contained in:
@@ -176,8 +176,8 @@
|
||||
return 0
|
||||
return 1
|
||||
|
||||
/obj/structure/attack_generic(var/mob/user, var/damage, var/attack_verb, var/wallbreaker)
|
||||
if(!breakable || damage < 10 || !wallbreaker)
|
||||
/obj/structure/attack_generic(var/mob/user, var/damage, var/attack_verb)
|
||||
if(!breakable || damage < STRUCTURE_MIN_DAMAGE_THRESHOLD)
|
||||
return 0
|
||||
visible_message("<span class='danger'>[user] [attack_verb] the [src] apart!</span>")
|
||||
user.do_attack_animation(src)
|
||||
|
||||
Reference in New Issue
Block a user