Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions code/modules/mob/living/simple_animal/slime/slime.dm
Original file line number Diff line number Diff line change
Expand Up @@ -425,5 +425,8 @@
if(..())
return 3

/mob/living/simple_animal/slime/can_be_implanted()
return TRUE

/mob/living/simple_animal/slime/random/Initialize(mapload, new_colour, new_is_adult)
. = ..(mapload, pick(slime_colours), prob(50))
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/recipes/slime_extracts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
required_other = 1

/datum/chemical_reaction/slime/slimeradio/on_reaction(datum/reagents/holder, created_volume)
new /obj/item/slimepotion/slimeradio(get_turf(holder.my_atom))
new /obj/item/slimepotion/slime/slimeradio(get_turf(holder.my_atom))
..()

//Cerulean
Expand Down
4 changes: 3 additions & 1 deletion code/modules/research/xenobiology/xenobiology.dm
Original file line number Diff line number Diff line change
Expand Up @@ -825,9 +825,11 @@
L.regenerate_icons()
qdel(src)

/obj/item/slimepotion/slimeradio
/obj/item/slimepotion/slime/slimeradio
name = "bluespace radio potion"
desc = "A strange chemical that grants those who ingest it the ability to broadcast and recieve subscape radio waves."
icon = 'icons/obj/chemical.dmi'
icon_state = "potgrey"

/obj/item/slimepotion/slime/slimeradio/attack(mob/living/M, mob/user)
if(!ismob(M))
Expand Down
Binary file modified icons/obj/chemical.dmi
Binary file not shown.