forked from NebulaSS13/Nebula
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from MistakeNot4892/fork/pyrelight
Updating Pyrelight from Nebula dev.
- Loading branch information
Showing
873 changed files
with
6,750 additions
and
62,598 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
#define STRUCTURE_FLAG_SURFACE BITFLAG(0) | ||
// Structure counts as a surface for the purposes of placing items on. | ||
#define STRUCTURE_FLAG_SURFACE BITFLAG(0) | ||
// Structure takes damage from thrown objects colliding with it. | ||
#define STRUCTURE_FLAG_THROWN_DAMAGE BITFLAG(1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
var/global/list/random_jewellery_material_types = list( | ||
/decl/material/solid/metal/gold, | ||
/decl/material/solid/metal/silver, | ||
/decl/material/solid/metal/copper, | ||
/decl/material/solid/metal/platinum, | ||
/decl/material/solid/metal/steel, | ||
/decl/material/solid/organic/bone, | ||
/decl/material/solid/organic/wood | ||
) | ||
var/global/list/random_jewellery_gem_types = list( | ||
/obj/item/gemstone/baguette/topaz, | ||
/obj/item/gemstone/baguette/sapphire, | ||
/obj/item/gemstone/baguette/ruby, | ||
/obj/item/gemstone/hexagon/topaz, | ||
/obj/item/gemstone/hexagon/sapphire, | ||
/obj/item/gemstone/hexagon/ruby, | ||
/obj/item/gemstone/octagon/topaz, | ||
/obj/item/gemstone/octagon/sapphire, | ||
/obj/item/gemstone/octagon/ruby, | ||
/obj/item/gemstone/round/topaz, | ||
/obj/item/gemstone/round/sapphire, | ||
/obj/item/gemstone/round/ruby | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.