mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Made some object lists less terrible to read (#29304)
* spaces * more spaces * last ones
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user