mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 15:36:56 +01:00
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:
committed by
ReoDaProtovali
parent
fe6c622eb4
commit
8cb3330fef
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user