Skip to content

Commit

Permalink
Update code/datums/components/religious_tool.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaxeer authored and dj-34 committed Jan 21, 2025
1 parent 033c3b1 commit c5299cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/religious_tool.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c5299cd

Please sign in to comment.