mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
cow hoses (#18139)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
udder = new(50)
|
||||
udder.my_atom = src
|
||||
|
||||
AddComponent(/datum/component/hose_connector/output/cow) // Moo?
|
||||
|
||||
/mob/living/simple_mob/animal/passive/cow/attackby(var/obj/item/O as obj, var/mob/user as mob)
|
||||
var/obj/item/reagent_containers/glass/G = O
|
||||
if(stat == CONSCIOUS && istype(G) && G.is_open_container())
|
||||
|
||||
Reference in New Issue
Block a user