Voreupdate (small)

This commit is contained in:
izac112
2020-07-30 00:17:26 +02:00
parent db5830dd71
commit c6075d1216
24 changed files with 3882 additions and 2621 deletions

View File

@@ -1221,6 +1221,12 @@
for(var/obj/effect/decal/cleanable/blood/B in T)
qdel(B)
//VOREstation edit. Floor polishing.
if(istype(T, /turf/simulated))
var/turf/simulated/S = T
S.dirt = -50
//VOREstation edit end
/datum/reagent/sterilizine/touch_mob(var/mob/living/L, var/amount)
if(istype(L))
if(istype(L, /mob/living/simple_mob/slime))