BRUTAL Part 1 - No proc var/ in procs

This commit is contained in:
AffectedArc07
2021-02-01 14:10:08 +00:00
parent 1d89138436
commit f5f97882cf
533 changed files with 1558 additions and 1554 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
/obj/item/assembly_holder/proc/attach(obj/item/D, obj/item/D2, mob/user)
return
/obj/item/assembly_holder/proc/process_activation(var/obj/item/D)
/obj/item/assembly_holder/proc/process_activation(obj/item/D)
return
/obj/item/assembly_holder/IsAssemblyHolder()
+1 -1
View File
@@ -116,7 +116,7 @@
qdel(first)
return TRUE
/obj/item/assembly/infra/equipped(var/mob/user, var/slot)
/obj/item/assembly/infra/equipped(mob/user, slot)
qdel(first)
return ..()