Skip to content

Commit

Permalink
Slight religion changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Muncher2112 committed Oct 13, 2020
1 parent 29cb0c4 commit d56fd43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/religion/old gods/chaos.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
holy_item = new /obj/item/weapon/bikehorn()
shrine = /obj/old_god_shrine/xom_shrine
whisper_lines = list("This is a game, just a game!", "TURN THE PC OFF, RIGHT NOW.", "HA-HA-HA-HA-HA!!!")
offering_items = list(/obj/item/weapon/flame/candle/, /obj/item/weapon/spacecash/bundle/c10, /obj/item/clothing/head/jester)
offering_items = list(/obj/item/stack/teeth, /obj/item/weapon/flame/candle/, /obj/item/clothing/head/jester)

/datum/religion/xom/generate_random_phrase()
var/phrase = pick("Oh great [name] ", "Oh [name]. ", "[name], the God of Chaos! ")
Expand Down
2 changes: 1 addition & 1 deletion code/modules/religion/old gods/messiah.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
holy_item = new /obj/item/crucifix()
shrine = /obj/old_god_shrine/messiah_shrine
whisper_lines = list("Father, son, ghost.", "Peace be with you, my humble servant.", "Turn the other cheek.")
offering_items = list(/obj/item/weapon/flame/candle/, /obj/item/weapon/spacecash/bundle/c10, /obj/effect/decal/cleanable/blood/)
offering_items = list(/obj/item/weapon/flame/candle/, /obj/effect/decal/cleanable/blood/)

/datum/religion/messiah/generate_random_phrase()
var/phrase = pick("Oh great [name] ", "Oh [name]. ", "[name], our Lord and Saviour. ")
Expand Down

0 comments on commit d56fd43

Please sign in to comment.