Merge pull request #9631 from Birdtalon/ERT-changes

Gamma ERT Changes
This commit is contained in:
variableundefined
2018-10-09 08:58:15 +08:00
committed by GitHub
31 changed files with 1318 additions and 792 deletions
+1 -1
View File
@@ -90,7 +90,7 @@
for(var/path in backpack_contents)
var/number = backpack_contents[path]
for(var/i in 1 to number)
H.equip_to_slot_or_del(new path(H), slot_in_backpack)
H.equip_or_collect(new path(H), slot_in_backpack)
for(var/path in cybernetic_implants)
var/obj/item/organ/internal/O = new path(H)