Tyr Update 9000 (#11107)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
FluffMedic
2025-06-28 16:10:31 -04:00
committed by GitHub
parent 5386230d96
commit e5c574285d
22 changed files with 23243 additions and 22670 deletions

View File

@@ -146,6 +146,8 @@
var/obj/item/ammo_casing/my_case = null
var/crawl_destroy = FALSE //chompADD: Making bullet hell lite mobs, need something to add to their projectiles to destroy laying folks
/obj/item/projectile/Initialize(mapload)
. = ..()
@@ -553,6 +555,8 @@
// So we'll check before, just in case. Lying might gives a chance to dodge, however.
if(L.GetComponent(/datum/component/swarming) && L.stat != DEAD && !L.lying)
return TRUE
if(crawl_destroy == TRUE) //chompADD
return TRUE
if(!L.density)
return FALSE
return TRUE