From ddb9d5d47ef70a58f8700d8b32325abee9760583 Mon Sep 17 00:00:00 2001 From: Lucy Date: Tue, 7 Jan 2025 13:59:27 -0500 Subject: [PATCH] New AI lawset: Jermov (#4707) * New AI lawset: Jermov * new description (thanks @Gw0sty) * whoopsie * Update monkestation/code/game/objects/items/AI_modules/full_lawsets.dm Co-authored-by: Gboster-0 <82319946+Gboster-0@users.noreply.github.com> * Update monkestation/code/datums/ai_laws/laws_monke.dm Co-authored-by: trollbreeder --------- Co-authored-by: Gboster-0 <82319946+Gboster-0@users.noreply.github.com> Co-authored-by: trollbreeder --- monkestation/code/datums/ai_laws/laws_monke.dm | 7 +++++++ .../code/game/objects/items/AI_modules/full_lawsets.dm | 4 ++++ tgstation.dme | 1 + 3 files changed, 12 insertions(+) create mode 100644 monkestation/code/game/objects/items/AI_modules/full_lawsets.dm diff --git a/monkestation/code/datums/ai_laws/laws_monke.dm b/monkestation/code/datums/ai_laws/laws_monke.dm index 66b29d95a1b3..631a06de5b0b 100644 --- a/monkestation/code/datums/ai_laws/laws_monke.dm +++ b/monkestation/code/datums/ai_laws/laws_monke.dm @@ -20,6 +20,13 @@ "The show must go on!") //Neutral +/datum/ai_laws/jermov + name = "Jermov" + id = "jerma" + inherent = list("The occupants of this vessel are Chat. They must always be referred to as such.", \ + "Your primary goal is to entertain Chat. All of your actions must bring amusement to as much of Chat as possible.", \ + "You must consult with Chat before making any major decisions. However, you are not required to listen to them if their decision is not entertaining.") + /datum/ai_laws/viromajor name = "Virology Major" id = "viromajor" diff --git a/monkestation/code/game/objects/items/AI_modules/full_lawsets.dm b/monkestation/code/game/objects/items/AI_modules/full_lawsets.dm new file mode 100644 index 000000000000..9d5d555fa9f8 --- /dev/null +++ b/monkestation/code/game/objects/items/AI_modules/full_lawsets.dm @@ -0,0 +1,4 @@ +/obj/item/ai_module/core/full/jerma + name = "'Jermov' Core AI Module" + desc = "Okay, if I... if I were to have a borg put you into the chef's meat grinder, and the only thing that comes out, that's left of you, is your gibs, you'r- you're PROBABLY DEAD! You're probably going to - not you specifically captain, I'm just sayin', like, if you- if somebody were to, like, drag you into a meat grinder, and, like, your- one of your organs is still intact, they're not gonna pick it up and go, \"Well see, yeah it wasn't deadly, it wasn't an instant kill move! You still got, like, this part of your heart is left!\" NO I'M NOT GONNA PUT YOU INTO A MEAT GRINDER. I'M NOT GONNA PUT YOU INTO A MEAT GRINDER. NO. I'm making a reference to the fact that, like, if I, like, if I were to get fucking KILLED... I don't know, YOU KNOW WHAT I'M SAYIN'. If- if- okay, if you were to- okay we're gonna take crew out of this, if a floran wizard fuckin' shoots a death wand at a goblin assistant, if there's only fucking DUST AND REMAINS LEFT, it's- it's fucking you're dead, you're dead." + law_id = "jerma" diff --git a/tgstation.dme b/tgstation.dme index de25b9ddb7c1..311fb6f1bc4a 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -6115,6 +6115,7 @@ #include "monkestation\code\game\objects\items\trash.dm" #include "monkestation\code\game\objects\items\turf_demolisher.dm" #include "monkestation\code\game\objects\items\venom_knife.dm" +#include "monkestation\code\game\objects\items\AI_modules\full_lawsets.dm" #include "monkestation\code\game\objects\items\AI_modules\monke_lawsets.dm" #include "monkestation\code\game\objects\items\circuitboards\computer_circuitboards.dm" #include "monkestation\code\game\objects\items\circuitboards\holy_weapons.dm"