makes decomposing take all asteroid floor into account (#65439)

Prevents it from decomposing on asteroid floors (space) & icemoon floors, which is a subtype of asteroid floors.
This commit is contained in:
John Willard
2022-03-17 06:17:12 -04:00
committed by GitHub
parent 98d54ced4a
commit 99413ebcd9
+1 -1
View File
@@ -73,7 +73,7 @@
var/turf/open/open_turf = food.loc
if(!istype(open_turf) || istype(open_turf, /turf/open/lava) || istype(open_turf, /turf/open/misc/asteroid/basalt)) //Are we actually in a valid open turf?
if(!istype(open_turf) || istype(open_turf, /turf/open/lava) || istype(open_turf, /turf/open/misc/asteroid)) //Are we actually in a valid open turf?
remove_timer()
return