mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
author: Alberyk
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added new fashion options to the custom loadout.."
|
||||
Reference in New Issue
Block a user