diff --git a/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm index 10855702ec0..882eae427f6 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm @@ -856,6 +856,8 @@ density = 0 storage_capacity = (MOB_MEDIUM * 2) - 1 +/obj/structure/closet/body_bag/chirret/MouseDrop(over_object, src_location, over_location) //No folding up webbing! Bad! + return /mob/living/carbon/human/proc/create_silk() set name = "Create Silk Cocoon" @@ -878,7 +880,6 @@ O.visible_message("[O] begins to encase [T] in soft silk!") if(do_after(O, 200, T)) //20 seconds to cocoon someone. if(!Adjacent(T)) return - var/silk_path = /obj/structure/closet/body_bag/chirret var/obj/structure/closet/body_bag/chirret/chirrret_silk = new /obj/structure/closet/body_bag/chirret(src.loc) T.forceMove(chirrret_silk) //Put them in the body bag! to_chat(T, "You're encased in a soft silk cocoon by [O]!") diff --git a/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm index aa7df7debd5..f25a7bee8c6 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm @@ -355,11 +355,11 @@ max_age = 80 - blurb = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas purus eros, egestas in sapien non, \ - eleifend suscipit ligula. Donec malesuada lectus odio, ut pretium massa semper eu. Quisque posuere, odio viverra rutrum auctor, nisl erat finibus velit, \ - a pretium justo ante id ex. Sed volutpat libero eu arcu efficitur dictum. Nullam egestas ornare nisl, nec faucibus enim. Vestibulum semper dolor magna, eget sodales arcu ullamcorper sed. \ - Duis sit amet ante sagittis, tincidunt lectus sit amet, bibendum dui. Quisque in dolor venenatis est consectetur dignissim. Nunc nulla ante, lobortis nec posuere in, rhoncus eget velit. \ - Sed ligula justo, molestie quis tellus." + blurb = "The Chirret are a species of semi-insectoids living in a harsh, unforgiving planet, plagued with scorching summers and freezing winters. \ + Active during the winter nights, and hibernating in the summer, they're adapted to a live in the cold, living in enormous hives made of both organic silk \ + they secrete from the three ant-like, flat abdomens sprouting from their rear, as well as modern construction materials. \ + They all have four arms, the lower pair being slightly shorter than the upper, elongated heads, and smooth, dark skin. They also have four antennae atop their chitinous headshell, \ + The females are known to have a 'blush'-like pattern under their eyes, making it the only superficial method to determine a Chirrets gender, as their bodies are androgynous." hazard_low_pressure = -1 //Prevents them from dying normally in space. Special code handled below. cold_level_1 = -5000 //Temp immune diff --git a/icons/mob/human_races/markings_vr.dmi b/icons/mob/human_races/markings_vr.dmi index 6ac88941933..4534a5ab3c6 100644 Binary files a/icons/mob/human_races/markings_vr.dmi and b/icons/mob/human_races/markings_vr.dmi differ diff --git a/icons/mob/human_races/r_chirret.dmi b/icons/mob/human_races/r_chirret.dmi index f861691ec52..26008114e75 100644 Binary files a/icons/mob/human_races/r_chirret.dmi and b/icons/mob/human_races/r_chirret.dmi differ diff --git a/icons/mob/human_races/r_def_chirret.dmi b/icons/mob/human_races/r_def_chirret.dmi index f861691ec52..26008114e75 100644 Binary files a/icons/mob/human_races/r_def_chirret.dmi and b/icons/mob/human_races/r_def_chirret.dmi differ