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

View File

@@ -241,7 +241,7 @@
/obj/machinery/lapvend/attackby(obj/item/I as obj, mob/user as mob)
if(istype(I,/obj/item/stack/spacecash))
if(istype(I, /obj/item/stack/spacecash))
var/obj/item/stack/spacecash/c = I
if(!user.drop_item(c))