Merge pull request #378 from WoolyAypa/dumb4cum

This commit is contained in:
BongaTheProto
2022-06-21 08:49:30 -07:00
committed by GitHub
23 changed files with 117 additions and 1 deletions
@@ -20,6 +20,9 @@
if(!user.is_literate())
to_chat(user, "<span class='notice'>You scribble illegibly on [src]!</span>")
return
if(HAS_TRAIT(user, TRAIT_DUMB4CUM))
to_chat(user, "<span class='love'>You can't think of anything but cum right now.</span>")
return
var/t = stripped_input(user, "What would you like the label to be?", name, null, 53)
if(user.get_active_held_item() != I)
return
+3
View File
@@ -85,6 +85,9 @@ GLOBAL_LIST_EMPTY(bodycontainers) //Let them act as spawnpoints for revenants an
if(!user.is_literate())
to_chat(user, "<span class='notice'>You scribble illegibly on the side of [src]!</span>")
return
if(HAS_TRAIT(user, TRAIT_DUMB4CUM))
to_chat(user, "<span class='love'>You can't think of anything but cum right now.</span>")
return
var/t = stripped_input(user, "What would you like the label to be?", text("[]", name), null)
if (user.get_active_held_item() != P)
return