mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Queen spit is now blockable
This commit is contained in:
@@ -335,8 +335,8 @@
|
||||
damage_type = TOX
|
||||
var/bonus_tox = 30
|
||||
|
||||
/obj/item/projectile/terrorqueenspit/on_hit(mob/living/carbon/target)
|
||||
if(ismob(target))
|
||||
/obj/item/projectile/terrorqueenspit/on_hit(mob/living/carbon/target, blocked = 0, hit_zone)
|
||||
if(ismob(target) && blocked < 100)
|
||||
var/mob/living/L = target
|
||||
if(L.reagents)
|
||||
if(L.can_inject(null, FALSE, "chest", FALSE))
|
||||
|
||||
Reference in New Issue
Block a user