From c5299cd3d3bb3da4c82b746a484fa740672580f2 Mon Sep 17 00:00:00 2001 From: Gaxeer <44334376+Gaxeer@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:07:54 +0200 Subject: [PATCH] Update code/datums/components/religious_tool.dm --- code/datums/components/religious_tool.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/religious_tool.dm b/code/datums/components/religious_tool.dm index 94e4bd530c6d1..8feae44676f19 100644 --- a/code/datums/components/religious_tool.dm +++ b/code/datums/components/religious_tool.dm @@ -196,7 +196,7 @@ var/list/sect = list() var/datum/religion_sect/not_a_real_instance_rs = path // BANDASTATION EDIT START - Religion blacklist - if(!not_a_real_instance_rs.obtainable) + if(!not_a_real_instance_rs::obtainable) continue // BANDASTATION EDIT END - Religion blacklist sect["name"] = initial(not_a_real_instance_rs.name)