Fixes diagonal ship to ship combat, fixes overmap projectiles being slower than they should be, other fixes. (#15057)

This commit is contained in:
Matt Atlas
2022-11-09 17:34:08 +01:00
committed by GitHub
parent e53b6f06e3
commit ce008a820e
9 changed files with 152 additions and 27 deletions
+1 -1
View File
@@ -265,7 +265,7 @@
/datum/effect/effect/system/smoke_spread/chem/spores/spawnSmoke(var/turf/T, var/icon/I, var/smoke_duration, var/dist = 1)
var/obj/effect/effect/smoke/chem/spores = new /obj/effect/effect/smoke/chem(location)
if(spores)
if(spores && seed)
spores.name = "cloud of [seed.seed_name] [seed.seed_noun]"
..(T, I, smoke_duration, dist, spores)