-
Notifications
You must be signed in to change notification settings - Fork 557
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
turned into proper prop and putted into the props.dm file
- Loading branch information
Julien
committed
Jan 12, 2024
1 parent
2fd5be7
commit 24c428e
Showing
7 changed files
with
48 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1 @@ | ||
// Current phase : Turning all those outdated machines into "props".(incase i can't manage phase two.) | ||
// Second phase : Remap and remove those from maps.(will be done independantly) | ||
// Last phase : is to delete this file and is dme presence. | ||
|
||
/obj/structure/machinery/mill | ||
name = "\improper Mill" | ||
desc = "It is a machine that grinds produce." | ||
icon_state = "autolathe" | ||
density = TRUE | ||
anchored = TRUE | ||
|
||
/obj/structure/machinery/fermenter | ||
name = "\improper Fermenter" | ||
desc = "It is a machine that ferments produce into alcoholic drinks." | ||
icon_state = "autolathe" | ||
density = TRUE | ||
anchored = TRUE | ||
|
||
/obj/structure/machinery/still | ||
name = "\improper Still" | ||
desc = "It is a machine that produces hard liquor from alcoholic drinks." | ||
icon_state = "autolathe" | ||
density = TRUE | ||
anchored = TRUE | ||
|
||
/obj/structure/machinery/squeezer | ||
name = "\improper Squeezer" | ||
desc = "It is a machine that squeezes extracts from produce." | ||
icon_state = "autolathe" | ||
density = TRUE | ||
anchored = TRUE | ||
//file to delete. don't forget dme file |
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