a few other little runtimes
This commit is contained in:
@@ -1478,6 +1478,9 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
if (!isnull(desiredfps))
|
||||
clientfps = desiredfps
|
||||
parent.fps = desiredfps
|
||||
else
|
||||
clientfps = 0
|
||||
parent.fps = 0
|
||||
if("ui")
|
||||
var/pickedui = input(user, "Choose your UI style.", "Character Preference") as null|anything in list("Midnight", "Plasmafire", "Retro", "Slimecore", "Operative", "Clockwork")
|
||||
if(pickedui)
|
||||
|
||||
@@ -140,7 +140,7 @@ Curator
|
||||
l_hand = /obj/item/storage/bag/books
|
||||
r_pocket = /obj/item/key/displaycase
|
||||
l_pocket = /obj/item/device/laser_pointer
|
||||
accessory = /obj/item/clothing/accessory/pocketprotector/full
|
||||
//CITADEL EDIT removes runtimes from this pocket protector
|
||||
backpack_contents = list(
|
||||
/obj/item/melee/curator_whip = 1,
|
||||
/obj/item/soapstone = 1,
|
||||
|
||||
Reference in New Issue
Block a user