Skip to content

Commit

Permalink
Kills the change stone (cmss13-devs#3507)
Browse files Browse the repository at this point in the history
# About the pull request

This PR removes the Changestone

# Explain why it's good for the game

No LRP. Soul removal. #SS13GetOut. Etc.

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog

:cl: Morrow
del: Removed the change stone
/:cl:
  • Loading branch information
morrowwolf committed Jun 3, 2023
1 parent c73feb8 commit ac26403
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 45 deletions.
5 changes: 0 additions & 5 deletions code/__DEFINES/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,3 @@
#define RELIGION_AGNOSTICISM "Agnostic"

#define MAXIMUM_DROPPED_OBJECTS_REMEMBERED 2

///////////////////MISC HUMAN FLAGS (LINKED TO VAR: FLAGS_HUMAN_MISC)///////////////////

#define HUMAN_FLAG_CHANGED (1<<0)

34 changes: 0 additions & 34 deletions code/game/objects/items/artifacts.dm

This file was deleted.

3 changes: 0 additions & 3 deletions code/modules/mob/living/carbon/human/human_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@

var/datum/action/human_action/activable/selected_ability

/// misc human flags
var/flags_human_misc = 0

///list of weakrefs of recently dropped objects
var/list/remembered_dropped_objects = list()

Expand Down
1 change: 0 additions & 1 deletion colonialmarines.dme
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,6 @@
#include "code\game\objects\effects\spawners\vaultspawner.dm"
#include "code\game\objects\effects\spawners\wo_spawners\players.dm"
#include "code\game\objects\effects\spawners\wo_spawners\supplies.dm"
#include "code\game\objects\items\artifacts.dm"
#include "code\game\objects\items\ashtray.dm"
#include "code\game\objects\items\backpack_sprayers.dm"
#include "code\game\objects\items\bodybag.dm"
Expand Down
1 change: 0 additions & 1 deletion maps/map_files/BigRed/BigRed.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -15657,7 +15657,6 @@
/area/bigredv2/outside/admin_building)
"aRf" = (
/obj/structure/surface/table,
/obj/item/changestone,
/turf/open/floor{
icon_state = "wood"
},
Expand Down
1 change: 0 additions & 1 deletion maps/map_files/BigRed/sprinkles/25.chapel_cult.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
},
/area/bigredv2/outside/chapel)
"aj" = (
/obj/item/changestone,
/turf/open/floor{
icon_state = "darkish"
},
Expand Down

0 comments on commit ac26403

Please sign in to comment.