This commit is contained in:
KorPhaeron
2015-12-19 18:42:54 -06:00
parent 9d5c336a9b
commit 2f4f9d59cd
@@ -57,6 +57,9 @@
//Structure conversion/capture
if(istype(I, /obj/item/weapon/godstaff))
if(!is_handofgod_cultist(user))
user << "You're not quite sure what the hell you're even doing."
return
var/obj/item/weapon/godstaff/G = I
if(G.god && deity != G.god)
assign_deity(G.god, alert_old_deity = TRUE)