[MIRROR] September 2024 various fixes (#8920)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-09-07 16:27:57 -07:00
committed by GitHub
parent 4f6614ba16
commit 664b5e84dd
22 changed files with 99 additions and 25 deletions

View File

@@ -456,6 +456,9 @@
var/turf/simulated/S = T
S.dirt = 0
T.clean_blood()
for(var/obj/effect/O in T)
if(istype(O,/obj/effect/rune) || istype(O,/obj/effect/decal/cleanable) || istype(O,/obj/effect/overlay))
qdel(O)
for(var/mob/living/simple_mob/slime/M in T)
M.adjustToxLoss(rand(5, 10))