Skip to content

Commit

Permalink
Merge pull request #4605 from MistakeNot4892/removal/deity
Browse files Browse the repository at this point in the history
Removed deity mode.
  • Loading branch information
out-of-phaze authored Dec 7, 2024
2 parents c23b2c8 + 8ca7971 commit 8a7982e
Show file tree
Hide file tree
Showing 86 changed files with 2 additions and 5,128 deletions.
48 changes: 0 additions & 48 deletions code/modules/species/outsider/shadow.dm

This file was deleted.

153 changes: 0 additions & 153 deletions code/modules/species/outsider/starlight.dm

This file was deleted.

1 change: 0 additions & 1 deletion maps/exodus/exodus.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#if !defined(USING_MAP_DATUM)

#include "../../mods/gamemodes/cult/_cult.dme"
#include "../../mods/gamemodes/deity/_deity.dme"
#include "../../mods/gamemodes/heist/_heist.dme"
#include "../../mods/gamemodes/meteor/_meteor.dme"
#include "../../mods/gamemodes/ninja/_ninja.dme"
Expand Down
9 changes: 0 additions & 9 deletions maps/exodus/exodus_antagonism.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
LAZYINITLIST(protected_jobs)
protected_jobs |= list(/datum/job/officer, /datum/job/warden, /datum/job/detective, /datum/job/captain, /datum/job/lawyer, /datum/job/hos)

/decl/special_role/godcultist/Initialize()
. = ..()
LAZYINITLIST(restricted_jobs)
restricted_jobs |= list(/datum/job/lawyer, /datum/job/captain, /datum/job/hos)
LAZYINITLIST(protected_jobs)
protected_jobs |= list(/datum/job/officer, /datum/job/warden, /datum/job/detective)
LAZYINITLIST(blacklisted_jobs)
blacklisted_jobs |= /datum/job/chaplain

/decl/special_role/cultist/Initialize()
. = ..()
LAZYINITLIST(restricted_jobs)
Expand Down
1 change: 0 additions & 1 deletion maps/modpack_testing/modpack_testing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "blank.dmm"

#include "../../mods/gamemodes/cult/_cult.dme"
#include "../../mods/gamemodes/deity/_deity.dme"
#include "../../mods/gamemodes/heist/_heist.dme"
#include "../../mods/gamemodes/meteor/_meteor.dme"
#include "../../mods/gamemodes/ninja/_ninja.dme"
Expand Down
1 change: 0 additions & 1 deletion maps/tradeship/tradeship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#endif

#include "../../mods/gamemodes/cult/_cult.dme"
#include "../../mods/gamemodes/deity/_deity.dme"
#include "../../mods/gamemodes/heist/_heist.dme"
#include "../../mods/gamemodes/ninja/_ninja.dme"
#include "../../mods/gamemodes/revolution/_revolution.dme"
Expand Down
4 changes: 0 additions & 4 deletions mods/gamemodes/cult/_cult.dme
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#ifndef GAMEMODE_PACK_CULT
#define GAMEMODE_PACK_CULT

#ifdef GAMEMODE_PACK_DEITY
#warn Deity modpack loaded before Cult modpack, Nar'sie godform will be unavailable!
#endif

// BEGIN_INCLUDE
#include "_cult.dm"
#include "archaeology.dm"
Expand Down
6 changes: 0 additions & 6 deletions mods/gamemodes/cult/ghosttrap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,3 @@
var/obj/item/soulstone/stone = new(get_turf(user))
stone.shade = new(stone)
request_player(stone.shade, "The soul stone shade summon ritual has been performed. ")

#ifdef GAMEMODE_PACK_DEITY
/decl/ghosttrap/cult_shade/Initialize()
ban_checks |= /decl/special_role/godcultist
. = ..()
#endif
2 changes: 1 addition & 1 deletion mods/gamemodes/cult/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
icon = 'icons/obj/items/weapon/swords/cult.dmi'
material_alteration = MAT_FLAG_ALTERATION_COLOR | MAT_FLAG_ALTERATION_NAME

// separated into a proc so that deity can modify it
// separated into a proc so that subtypes can modify it
/obj/item/sword/cultblade/proc/can_use_safely(mob/living/user)
return iscultist(user)

Expand Down
19 changes: 0 additions & 19 deletions mods/gamemodes/deity/_defines.dm

This file was deleted.

2 changes: 0 additions & 2 deletions mods/gamemodes/deity/_deity.dm

This file was deleted.

80 changes: 0 additions & 80 deletions mods/gamemodes/deity/_deity.dme

This file was deleted.

Loading

0 comments on commit 8a7982e

Please sign in to comment.