Add slot removal/additions on identification computers

This commit is contained in:
Markolie
2015-08-10 02:58:00 +02:00
parent 958ea8c8ee
commit fe512b3776
3 changed files with 195 additions and 45 deletions
+1 -1
View File
@@ -303,7 +303,7 @@
user << "<span class='notice'>Age changed to [new_age].</span>"
if("Occupation")
var/new_job = sanitize(stripped_input(user,"What job would you like to put on this card?\nChanging occupation will not grant or remove any access levels.","Agent Card Occupation", "Assistant", MAX_MESSAGE_LEN))
var/new_job = sanitize(stripped_input(user,"What job would you like to put on this card?\nChanging occupation will not grant or remove any access levels.","Agent Card Occupation", "Civilian", MAX_MESSAGE_LEN))
if(!Adjacent(user))
return
src.assignment = new_job