mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
[Ready For Review] Unapologetic Vaurca Buffs II: Attack of the K'ois (#4083)
Implements Black K'ois Implements K'ois Mycosis Implements Black K'ois Mycosis Buffs K'ois' healing properties for Vaurca Vaurca can now control where they bite
This commit is contained in:
@@ -229,9 +229,14 @@
|
||||
..()
|
||||
if(seed.get_trait(TRAIT_SPREAD))
|
||||
for(var/turf/T in targetTurfs)
|
||||
if(locate(/obj/machinery/portable_atmospherics/hydroponics/soil/invisible in T))
|
||||
var/bad_turf = 0
|
||||
for(var/obj/O in T)
|
||||
if(O.density || istype(O, /obj/machinery/portable_atmospherics/hydroponics))
|
||||
bad_turf = 1
|
||||
break
|
||||
if(bad_turf)
|
||||
continue
|
||||
if(prob(seed.get_trait(round(TRAIT_POTENCY/5))))
|
||||
if(prob(min(seed.get_trait(TRAIT_POTENCY),50)))
|
||||
new /obj/machinery/portable_atmospherics/hydroponics/soil/invisible(T,seed)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user