Cult Update (#33810)

* Cult overhaul
This commit is contained in:
Robustin
2018-01-30 21:59:03 +02:00
committed by vuonojenmustaturska
parent 6d0d130ffd
commit 418a8c0112
52 changed files with 3940 additions and 3017 deletions
+1 -1
View File
@@ -346,7 +346,7 @@
/obj/structure/girder/cult/attackby(obj/item/W, mob/user, params)
add_fingerprint(user)
if(istype(W, /obj/item/tome) && iscultist(user)) //Cultists can demolish cult girders instantly with their tomes
if(istype(W, /obj/item/melee/cultblade/dagger) && iscultist(user)) //Cultists can demolish cult girders instantly with their tomes
user.visible_message("<span class='warning'>[user] strikes [src] with [W]!</span>", "<span class='notice'>You demolish [src].</span>")
var/obj/item/stack/sheet/runed_metal/R = new(get_turf(src))
R.amount = 1