-
Notifications
You must be signed in to change notification settings - Fork 285
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 #5886 from Trilbyspaceclone/hydro_buffs
hydro additions
- Loading branch information
Showing
4 changed files
with
71 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,20 @@ | ||
/obj/item/cement_bag | ||
name = "Quick-Cement Bag" | ||
desc = "A bag of fast acting cement, used for making underplating nice and flat" | ||
|
||
icon = 'modular_sojourn/misc_stuff.dmi' | ||
icon_state = "cementbag" | ||
var/inuse = FALSE | ||
var/inuse = FALSE | ||
|
||
/obj/item/hydro_tray_plant_bag_water | ||
name = "Woodchips Bag" | ||
desc = "A bag of woodchips and broken down gravel to aid in holding water in hydrotrays or on dirt fields." | ||
icon = 'modular_sojourn/misc_stuff.dmi' | ||
icon_state = "plant_bag" | ||
var/max_water_give = 25 | ||
|
||
/obj/item/hydro_tray_plant_bag_nutrient | ||
name = "Mealworms Bag" | ||
desc = "A bag of meat and dirt mixed with worms that help plant trays and fields hold nutrients." | ||
icon = 'modular_sojourn/misc_stuff.dmi' | ||
icon_state = "meat_bag" | ||
var/max_nutrient_give = 2 |
Binary file not shown.