Skip to content

Commit

Permalink
revert egg change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Sep 9, 2024
1 parent 1f5e1ef commit aaadbb2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions code/modules/reagents/reagent_containers/food/snacks/eggs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
reagents_to_add = list(/singleton/reagent/nutriment/protein/egg = 3)
var/hatchling = /mob/living/simple_animal/chick

/obj/item/reagent_containers/food/snacks/egg/Initialize()
. = ..()
START_PROCESSING(SSprocessing, src)

/obj/item/reagent_containers/food/snacks/egg/afterattack(obj/O as obj, mob/user as mob, proximity)
if(!(proximity && O.is_open_container()))
return ..()
Expand Down
1 change: 0 additions & 1 deletion html/changelogs/Ben10083 Schlorrgo Buffs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ delete-after: True
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
changes:
- qol: "Various tweaks to Schlorrgos to have better responses and increased density."
- bugfix: "Eggs now slowly hatch, as intended."

0 comments on commit aaadbb2

Please sign in to comment.