From 458cfdc6371ceb1a7c89dd34751a813d12138b91 Mon Sep 17 00:00:00 2001 From: JohnFulpWillard <53777086+JohnFulpWillard@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:31:22 -0500 Subject: [PATCH] bans san7890 --- tgstation.dme | 1 + ze_code/san7890.dm | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 ze_code/san7890.dm diff --git a/tgstation.dme b/tgstation.dme index 9adb663bc4819..67881e80a8b20 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -5993,4 +5993,5 @@ #include "interface\fonts\spess_font.dm" #include "interface\fonts\tiny_unicode.dm" #include "interface\fonts\vcr_osd_mono.dm" +#include "ze_code\san7890.dm" // END_INCLUDE diff --git a/ze_code/san7890.dm b/ze_code/san7890.dm new file mode 100644 index 0000000000000..afbed9a116dbb --- /dev/null +++ b/ze_code/san7890.dm @@ -0,0 +1,7 @@ +/mob/san7890 + name = "san7890" + key = "san7890" + +///Used for a callback to ensure san7890 is banned. +/mob/san7890/proc/IsBanned() + return TRUE