Replaces all "var " with "var/"

This commit is contained in:
AffectedArc07
2020-07-29 10:06:00 +01:00
parent 5c191b7951
commit debcf5dad0
16 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
var/obj/item/slot_item_hand = H.get_item_by_slot(slot_r_hand)
H.unEquip(slot_item_hand)
var /obj/item/multisword/pure_evil/multi = new(H)
var/obj/item/multisword/pure_evil/multi = new(H)
H.equip_to_slot_or_del(multi, slot_r_hand)
var/obj/item/card/id/W = new(H)