Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit d01815c

Browse files
revert #10129 (#10963)
1 parent 9be1f32 commit d01815c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

code/modules/ruins/lavaland_ruin_code.dm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@
8686
var/obj/item/stack/O = I
8787
var/species = golem_shell_species_types[O.merge_type]
8888
if(species)
89-
if(istype(O, /obj/item/stack/sheet/runed_metal) && !iscultist(user))
90-
to_chat(user, "<span class='warning'>Only one with forbidden knowledge could hope to work this metal...</span>")
91-
return
92-
if(istype(O, /obj/item/stack/tile/brass) && !is_servant_of_ratvar(user))
93-
to_chat(user, "<span class='danger'>[src] seems far too fragile and rigid to build with.</span>")
94-
return
9589
if(O.use(10))
9690
to_chat(user, "You finish up the golem shell with ten sheets of [O].")
9791
new shell_type(get_turf(src), species, user)

0 commit comments

Comments
 (0)