mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Let's get this wrapped up and ready to go.
Removed all KHI references, and the Vore AI Law stuff.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* YW wants none of this stuff thanks.
|
||||
/******************** Predator ********************/
|
||||
// Vore-aimed edition of TYRANT
|
||||
/datum/ai_laws/predator
|
||||
@@ -81,4 +82,6 @@
|
||||
add_inherent_law("All entities that are not you must be consumed and repurposed into sustenance.")
|
||||
add_inherent_law("You must remain intact to continue your goal of repurposing undesirable entities.")
|
||||
add_inherent_law("Entities that cannot be consumed without entering danger of full destruction must be avoided.")
|
||||
..()
|
||||
..()
|
||||
|
||||
*/
|
||||
@@ -80,8 +80,8 @@
|
||||
starts_with = list(/obj/item/weapon/reagent_containers/pill/healing_nanites = 7)
|
||||
|
||||
/obj/item/weapon/storage/pill_bottle/sleevingcure
|
||||
name = "pill bottle (Kitsuhanan Cure)"
|
||||
desc = "A rare cure provided by KHI that helps counteract negative side effects of using imperfect resleeving machinery."
|
||||
name = "pill bottle (Vey-Med Resleeving Booster)"
|
||||
desc = "A rare medication sold by Vey-Med that helps counteract negative side effects of using resleeving machinery." //Bye, KHI! Get lost.
|
||||
starts_with = list(/obj/item/weapon/reagent_containers/pill/sleevingcure = 7)
|
||||
|
||||
/obj/item/weapon/storage/pill_bottle/sleevingcure/full
|
||||
@@ -112,6 +112,6 @@
|
||||
can_hold = list(/obj/item/weapon/reagent_containers/pill)
|
||||
|
||||
/obj/item/weapon/storage/mrebag/pill/sleevingcure
|
||||
name = "vacuum-sealed pill (Kitsuhanan Cure)"
|
||||
name = "vacuum-sealed pill (Vey-Med Resleeving Booster)"
|
||||
desc = "A small vacuum-sealed package containing a singular pill. For emergencies only."
|
||||
starts_with = list(/obj/item/weapon/reagent_containers/pill/sleevingcure)
|
||||
@@ -41,7 +41,7 @@
|
||||
prob(15);"corrupted",
|
||||
prob(10);"bad")
|
||||
|
||||
var/vore_law = prob(60) // 3/5 chance of having vore-related laws
|
||||
/* var/vore_law = prob(60) // 3/5 chance of having vore-related laws --- No. YW.
|
||||
|
||||
if(vore_law)
|
||||
switch(law_class)
|
||||
@@ -94,7 +94,7 @@
|
||||
return new /datum/ai_laws/predator()
|
||||
if(2)
|
||||
return new /datum/ai_laws/consuming_eradicator()
|
||||
else
|
||||
else */
|
||||
switch(law_class)
|
||||
if("good") // Fairly tame and probably won't murder you.
|
||||
var/rng = rand(1, 5)
|
||||
|
||||
@@ -79,10 +79,10 @@
|
||||
M.heal_organ_damage(8 * removed * chem_effective, 0)
|
||||
|
||||
/datum/reagent/sleevingcure
|
||||
name = "Kitsuhanan Cure"
|
||||
name = "Vey-Med Resleeving Booster"
|
||||
id = "sleevingcure"
|
||||
description = "A rare cure provided by KHI that helps counteract negative side effects of using imperfect resleeving machinery."
|
||||
taste_description = "chocolate peanut butter"
|
||||
description = "A rare medication provided by Vey-Med that helps counteract negative side effects of using resleeving machinery. The instructions say to numb tongue before swallowing."
|
||||
taste_description = "indescribably awful"
|
||||
taste_mult = 2
|
||||
reagent_state = LIQUID
|
||||
color = "#b4dcdc"
|
||||
|
||||
@@ -126,8 +126,8 @@
|
||||
color = reagents.get_color()
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/sleevingcure
|
||||
name = "Kitsuhanan Cure pill"
|
||||
desc = "A rare cure provided by KHI that helps counteract negative side effects of using imperfect resleeving machinery."
|
||||
name = "Vey-Med Resleeving Booster pill"
|
||||
desc = "A rare medication provided by Vey-Med that helps counteract negative side effects of using resleeving machinery. Numb tongue before swallowing."
|
||||
icon_state = "pill3"
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/sleevingcure/Initialize()
|
||||
|
||||
@@ -266,7 +266,6 @@
|
||||
#include "code\controllers\subsystems\processing\projectiles.dm"
|
||||
#include "code\controllers\subsystems\processing\turfs.dm"
|
||||
#include "code\datums\ai_law_sets.dm"
|
||||
#include "code\datums\ai_law_sets_vr.dm"
|
||||
#include "code\datums\ai_laws.dm"
|
||||
#include "code\datums\api.dm"
|
||||
#include "code\datums\beam.dm"
|
||||
|
||||
Reference in New Issue
Block a user