Made some object lists less terrible to read (#29304)

* spaces

* more spaces

* last ones
This commit is contained in:
ShizCalev
2017-07-18 10:44:29 -04:00
committed by Jordan Brown
parent 5029657345
commit 45d3d52af7
231 changed files with 635 additions and 639 deletions
+2 -2
View File
@@ -460,10 +460,10 @@ GLOBAL_PROTECT(AdminProcCallCount)
id.update_label()
if(worn)
if(istype(worn,/obj/item/device/pda))
if(istype(worn, /obj/item/device/pda))
worn:id = id
id.loc = worn
else if(istype(worn,/obj/item/weapon/storage/wallet))
else if(istype(worn, /obj/item/weapon/storage/wallet))
worn:front_id = id
id.loc = worn
worn.update_icon()