Skip to content

Commit

Permalink
New AI lawset: Jermov (Monkestation#4707)
Browse files Browse the repository at this point in the history
* 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 <trollbreeder@users.noreply.github.com>

---------

Co-authored-by: Gboster-0 <82319946+Gboster-0@users.noreply.github.com>
Co-authored-by: trollbreeder <trollbreeder@users.noreply.github.com>
  • Loading branch information
3 people authored and Gw0sty committed Jan 9, 2025
1 parent 03df9d7 commit ddb9d5d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
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 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"
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."
law_id = "jerma"
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ddb9d5d

Please # to comment.