Update thermite.dm (#16754)

This commit is contained in:
TheRyeGuyWhoWillNowDie
2022-11-30 10:25:30 -05:00
committed by GitHub
parent 34cd73b849
commit 5120782083

View File

@@ -13,11 +13,12 @@
var/static/list/immunelist = typecacheof(list( var/static/list/immunelist = typecacheof(list(
/turf/closed/wall/mineral/diamond, /turf/closed/wall/mineral/diamond,
/turf/closed/indestructible, /turf/closed/indestructible,
/turf/open/indestructible) /turf/open/indestructible,
/turf/closed/wall/r_wall)
) )
var/static/list/resistlist = typecacheof( var/static/list/resistlist = typecacheof(
/turf/closed/wall/r_wall /turf/closed/wall/mineral
) )
/datum/component/thermite/Initialize(_amount) /datum/component/thermite/Initialize(_amount)