mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 13:16:47 +01:00
Update code/game/objects/structures/crates_lockers/closets/genpop.dm
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
var/sentence_length = input(user, "Please input the length of their sentence in minutes (0 for perma).", "Sentence Length", registered_id.sentence) as num|null
|
||||
if(sentence_length == null | !user.Adjacent(src))
|
||||
return FALSE
|
||||
var/crimes = sanitize(input(user, "Please input their crimes.", "Crimes", registered_id.crime)) as text|null
|
||||
var/crimes = sanitize(input(user, "Please input their crimes.", "Crimes", registered_id.crime) as text|null)
|
||||
if(crimes == null | !user.Adjacent(src))
|
||||
return FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user