[MIRROR] rad_insulation component is now an element. (#1496)

* rad_insulation component is now an element. (#54625)

* rad_insulation component is now an element.

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-10-27 22:51:52 +00:00
committed by GitHub
co-authored by Ghom
parent 193babf94b
commit 0afaaa89d1
4 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
/obj/structure/ore_box/ComponentInitialize()
. = ..()
AddComponent(/datum/component/rad_insulation, 0.01) //please datum mats no more cancer
AddElement(/datum/element/rad_insulation, 0.01) //please datum mats no more cancer
/obj/structure/ore_box/crowbar_act(mob/living/user, obj/item/I)
if(I.use_tool(src, user, 50, volume=50))