mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user