-
Notifications
You must be signed in to change notification settings - Fork 497
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sprite and Loadout updates [RTM] (#8218)
* Sprite Overhaul (plus some other stuff) * Vending Machine, ciggie, beer, and canister resprites * Revert "Vending Machine, ciggie, beer, and canister resprites" This reverts commit 22aa6f6. * Revert "Revert "Vending Machine, ciggie, beer, and canister resprites"" This reverts commit 18e757b. * firefox appeasement * Update code/modules/reagents/reagent_containers/food/drinks/jar.dm --------- Co-authored-by: hyperioo <[email protected]>
- Loading branch information
Showing
13 changed files
with
46 additions
and
34 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 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
18 changes: 5 additions & 13 deletions
18
code/modules/reagents/reagent_containers/food/drinks/jar.dm
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,20 +1,12 @@ | ||
/obj/item/reagent_containers/food/drinks/jar | ||
name = "empty jar" | ||
desc = "A jar. You're not sure what it's supposed to hold." | ||
/obj/item/reagent_containers/glass/beaker/jar | ||
name = "jar" | ||
desc = "A jar. It holds liquids." | ||
icon = 'icons/obj/drinks.dmi' | ||
icon_state = "jar" | ||
item_state = "beaker" | ||
item_state = "jar" | ||
center_of_mass = list("x"=15, "y"=8) | ||
unacidable = 1 | ||
spawn_tags = SPAWN_TAG_JUNK | ||
matter = list(MATERIAL_GLASS = 2) | ||
rarity_value = 20 | ||
|
||
/obj/item/reagent_containers/food/drinks/jar/on_reagent_change() | ||
if (reagents.reagent_list.len > 0) | ||
icon_state ="jar_what" | ||
name = "jar of something" | ||
desc = "You can't really tell what this is." | ||
else | ||
icon_state = "jar" | ||
name = "empty jar" | ||
desc = "A jar. You're not sure what it's supposed to hold." |
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.