mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
vorepanel setting update (#7567)
Co-authored-by: Selis <selis@xynolabs.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user