Skip to content

Commit

Permalink
bans san7890
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnFulpWillard committed Dec 1, 2023
1 parent cbc7781 commit 458cfdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 7 additions & 0 deletions ze_code/san7890.dm
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 458cfdc

Please sign in to comment.