modularization and removed the is_dumb4cum proc

This commit is contained in:
WoolyAypa
2022-06-17 14:03:48 -03:00
parent af3df23c49
commit 9c94cad910
24 changed files with 33 additions and 35 deletions
@@ -20,7 +20,7 @@
if(!user.is_literate())
to_chat(user, "<span class='notice'>You scribble illegibly on [src]!</span>")
return
if(user.is_dumb4cum())
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)
+1 -1
View File
@@ -85,7 +85,7 @@ 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(user.is_dumb4cum())
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)