mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 05:06:47 +01:00
modularization and removed the is_dumb4cum proc
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user