mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Eggs from the abductor egg gland now have a random reagent instead of acid
This commit is contained in:
@@ -264,8 +264,8 @@
|
||||
/obj/item/organ/heart/gland/egg/activate()
|
||||
to_chat(owner, "<span class='boldannounce'>You lay an egg!</span>")
|
||||
var/obj/item/reagent_containers/food/snacks/egg/egg = new(owner.drop_location())
|
||||
egg.reagents.add_reagent("sacid",20)
|
||||
egg.desc += " It smells bad."
|
||||
egg.reagents.add_reagent(get_random_reagent_id(), 15)
|
||||
egg.desc += " It looks weird..."
|
||||
|
||||
/obj/item/organ/heart/gland/electric
|
||||
cooldown_low = 800
|
||||
|
||||
Reference in New Issue
Block a user