Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

New AI lawset: Jermov #4707

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions monkestation/code/datums/ai_laws/laws_monke.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 being amusement to as much of Chat as possible.", \
Absolucy marked this conversation as resolved.
Show resolved Hide resolved
"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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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."}
Absolucy marked this conversation as resolved.
Show resolved Hide resolved
law_id = "jerma"
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6086,6 +6086,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"
Expand Down
Loading