vorepanel setting update (#7567)

Co-authored-by: Selis <selis@xynolabs.com>
This commit is contained in:
Kashargul
2024-02-04 15:50:51 +01:00
committed by GitHub
parent da2f47c468
commit 6edb784df7
21 changed files with 1130 additions and 328 deletions

View File

@@ -12,6 +12,9 @@
var/spitting = 0
var/spit_projectile = null // what our spit projectile is. Can be anything
//no stripping of simplemobs
strip_pref = FALSE
/mob/living/simple_mob/RangedAttack(var/atom/A)
if(!isnull(spit_projectile) && spitting)
Spit(A)