mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Update thermite.dm (#16754)
This commit is contained in:
committed by
GitHub
parent
34cd73b849
commit
5120782083
@@ -13,11 +13,12 @@
|
||||
var/static/list/immunelist = typecacheof(list(
|
||||
/turf/closed/wall/mineral/diamond,
|
||||
/turf/closed/indestructible,
|
||||
/turf/open/indestructible)
|
||||
/turf/open/indestructible,
|
||||
/turf/closed/wall/r_wall)
|
||||
)
|
||||
|
||||
var/static/list/resistlist = typecacheof(
|
||||
/turf/closed/wall/r_wall
|
||||
/turf/closed/wall/mineral
|
||||
)
|
||||
|
||||
/datum/component/thermite/Initialize(_amount)
|
||||
|
||||
Reference in New Issue
Block a user