Skip to content

Commit

Permalink
bikergangsbikergangsbikergangs
Browse files Browse the repository at this point in the history
  • Loading branch information
TTNT789 committed May 1, 2024
1 parent 7bc26e2 commit 4667b2a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/__DEFINES/traits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
#define TRAIT_STABLE_ASS "stable_ass"
#define TRAIT_KLEPTOMANIAC "kleptomaniac"
#define TRAIT_ANIME "anime"
#define TRAIT_TATTOO "Tattoo'd"
#define TRAIT_CAT "cat"
#define TRAIT_HIDDEN_IMAGE "generic-hidden-image"
#define TRAIT_HIDDEN_CLOWN "clown_disbelief"
Expand Down
14 changes: 14 additions & 0 deletions monkestation/code/datums/quirks/neutral_quirks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,20 @@
new_species.external_organs |= organ_path


/datum/quirk/tattoo
name = "Tattoo'd"
desc = ""
mob_trait = TRAIT_TATTOO
value = 0
icon = FA_ICON_SKULL
quirk_flags = QUIRK_CHANGES_APPEARANCE

//var/list/tattoo_list = list() | gotta test

/datum/quirk/tattoo/add(client/client_source)
. = .. ()


/datum/quirk/clown_disbelief
name = "Clown Disbelief"
desc = "You never really believed in clowns."
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/obj/item/implant/tattoo_head
name = "Tattoo nanobot"
desc = "You mean to tell me that hte tattoos aren't real? This one seems fitted for the head"

1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6770,6 +6770,7 @@
#include "monkestation\code\modules\surgery\organs\augments.dm"
#include "monkestation\code\modules\surgery\organs\autosurgeon.dm"
#include "monkestation\code\modules\surgery\organs\external\anime.dm"
#include "monkestation\code\modules\surgery\organs\external\body_tattoos.dm"
#include "monkestation\code\modules\surgery\organs\external\floran_accessories.dm"
#include "monkestation\code\modules\surgery\organs\external\goblin_accessories.dm"
#include "monkestation\code\modules\surgery\organs\external\ipc.dm"
Expand Down

0 comments on commit 4667b2a

Please sign in to comment.