mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
Made some object lists less terrible to read
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