Bug fixes for may update of 2018 (#4726)

-fixes all food having chocolate
-fixes #4725
-removes a bad file that was supossed to be a changelog
This commit is contained in:
Alberyk
2018-05-14 00:45:28 +03:00
committed by Erki
parent baedf50918
commit 34477cf04d
3 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -68,7 +68,6 @@ var/list/engineering_positions = list(
"Chief Engineer",
"Station Engineer",
"Atmospheric Technician",
"Janitor",
"Engineering Apprentice"
)
@@ -105,6 +104,7 @@ var/list/civilian_positions = list(
"Bartender",
"Gardener",
"Chef",
"Janitor",
"Librarian",
"Chaplain",
"Assistant"
@@ -4979,7 +4979,7 @@
nutriment_amt = 0
bitesize = 4
/obj/item/weapon/reagent_containers/food/snacks/Initialize()
/obj/item/weapon/reagent_containers/food/snacks/truffle/Initialize()
. = ..()
reagents.add_reagent("coco", 4)
-5
View File
@@ -1,5 +0,0 @@
author: Alberyk
delete-after: True
changes:
- rscadd: "Added new fashion options to the custom loadout.."