mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 14:02:49 +00:00
Replaces Mice w/ Rats (#6625)
This commit is contained in:
@@ -1208,8 +1208,8 @@
|
||||
bitesize = 2
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burger/mouse
|
||||
name = "mouse burger"
|
||||
desc = "Squeaky and a little furry."
|
||||
name = "rat burger"
|
||||
desc = "Squeaky and a little furry. Do you see any cows around here, Detective?"
|
||||
icon_state = "ratburger"
|
||||
center_of_mass = list("x"=16, "y"=11)
|
||||
bitesize = 2
|
||||
@@ -1217,7 +1217,6 @@
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burger/mouse/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 5)
|
||||
reagents.add_reagent("rattoxin", 1)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/omelette
|
||||
name = "omelette du fromage"
|
||||
@@ -4068,7 +4067,7 @@
|
||||
switch (MF.kitchen_tag)
|
||||
if ("rodent")
|
||||
result = new /obj/item/weapon/reagent_containers/food/snacks/burger/mouse(src)
|
||||
to_chat(user, "You make a mouseburger!")
|
||||
to_chat(user, "You make a ratburger!")
|
||||
|
||||
if (result)
|
||||
if (W.reagents)
|
||||
|
||||
@@ -97,16 +97,15 @@
|
||||
day Adhomai needs their resources less thanks to synthetic fabric and more efficient food sources, both the meat and the fur of the nav'twir has become an export of the Adhomai \
|
||||
people. In the olden days, carved nav'twir antlers were used as decoration for pelts and armors."
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat/mice
|
||||
name = "mice meat"
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat/rat
|
||||
name = "rat meat"
|
||||
icon_state = "chickenbreast"
|
||||
desc = "You have reached the epitome of poorness: eating the station's vermin."
|
||||
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat/mice/Initialize()
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat/rat/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 5)
|
||||
reagents.add_reagent("rattoxin", 1)
|
||||
src.bitesize = 1.5
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat/dionanymph
|
||||
|
||||
Reference in New Issue
Block a user