Adds item vore real

poopwater

Hopefully everything

separates living_vr into a modular file. Disables the original.

Fixes the broken stuffs

It's real

I smushed all the commits together because preeeettie
This commit is contained in:
ReoDaProtovali
2024-04-26 04:51:10 -05:00
committed by ReoDaProtovali
parent fe6c622eb4
commit 8cb3330fef
5 changed files with 700 additions and 3 deletions
+8 -2
View File
@@ -180,7 +180,7 @@
wheels.buckle_mob(quirk_holder)
/datum/quirk/trashcan //for when you are literally flint (Stolen from hyper)
/datum/quirk/trashcan //for when you are literally flint (Stolen from hyper) //making this even betterer, because im biased
name = "Trashcan"
desc = "You are able to consume and digest trash."
value = 0
@@ -188,7 +188,13 @@
lose_text = "<span class='notice'>You no longer feel like you should be eating trash.</span>"
mob_trait = TRAIT_TRASHCAN
category = CATEGORY_FOOD
medical_record_text = "Patient has been observed eating inedable garbage."
medical_record_text = "Patient has been observed eating inedible garbage."
/datum/quirk/trashcan/add()
quirk_holder.verbs += /mob/living/proc/eat_trash
/datum/quirk/trashcan/remove()
quirk_holder.verbs -= /mob/living/proc/eat_trash
/datum/quirk/universal_diet
name = "Universal diet"