mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Adds Chocolate Cows and Chocolate Milk (#36727)
* choco cow * choccy milk * choccy milk recipe * choccy cow holder * Update mobcube.dm * choccy cow supply * choccy cow largecrate * choccy milk define * choccy cow * Update Chemistry-Recipes.dm * ??? * among us in real life (sus sus)
This commit is contained in:
@@ -47,6 +47,15 @@
|
||||
new /mob/living/simple_animal/cow(loc)
|
||||
..()
|
||||
|
||||
/obj/structure/largecrate/chocolatecow
|
||||
name = "chocolate cow crate"
|
||||
icon_state = "lisacrate"
|
||||
|
||||
/obj/structure/largecrate/chocolatecow/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
if(iscrowbar(W))
|
||||
new /mob/living/simple_animal/cow/chocolate(loc)
|
||||
..()
|
||||
|
||||
/obj/structure/largecrate/goat
|
||||
name = "goat crate"
|
||||
icon_state = "lisacrate"
|
||||
|
||||
Reference in New Issue
Block a user