forked from Sandstorm-Station/Sandstorm-Station-13
-
-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added lines to end of files, modularized previous additions, added us…
…er input to close batch file
- Loading branch information
1 parent
0561457
commit e2cd966
Showing
19 changed files
with
70 additions
and
42 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
This file was deleted.
Oops, something went wrong.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,18 @@ | ||
//Added by Jack Rost! (and lucky now :3) | ||
/obj/item/trash | ||
icon = 'icons/obj/janitor.dmi' | ||
lefthand_file = 'icons/mob/inhands/misc/food_lefthand.dmi' | ||
righthand_file = 'icons/mob/inhands/misc/food_righthand.dmi' | ||
desc = "This is rubbish." | ||
w_class = WEIGHT_CLASS_TINY | ||
resistance_flags = FLAMMABLE | ||
|
||
/obj/item/trash/Initialize(mapload) | ||
. = ..() | ||
AddElement(/datum/element/trash) | ||
|
||
/obj/item/trash/sfseeds | ||
name = "\improper Old Glory sunflower seeds" | ||
icon_state = "sfseeds" | ||
icon = 'modular_splurt/icons/obj/janitor.dmi' | ||
|
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,6 +1,7 @@ | ||
/obj/machinery/vending/snack/Initialize(mapload) | ||
var/list/extra_products = list( | ||
/obj/item/storage/fancy/jellybean_bowl = 5 | ||
/obj/item/storage/fancy/jellybean_bowl = 5, | ||
/obj/item/reagent_containers/food/snacks/sfseeds = 5 | ||
) | ||
LAZYADD(products, extra_products) | ||
. = ..() |
Binary file not shown.
Binary file not shown.
Binary file not shown.
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