mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
BRUTAL Part 1 - No proc var/ in procs
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user