Skip to content

Commit

Permalink
[MIRROR] Reimplements bitrunning hands [NO GBP] [MDB IGNORE] (#680)
Browse files Browse the repository at this point in the history
* Reimplements bitrunning hands [NO GBP] (#79810)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: Jeremiah <[email protected]>
  • Loading branch information
3 people authored Nov 18, 2023
1 parent c567ef4 commit 7927d48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/bitrunning/server/obj_generation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
possible_turfs.Remove(chosen_turf)
chosen_turf = validate_turf(pick(possible_turfs))
if(isnull(chosen_turf))
CRASH("vdom: after two attemps, could not find a valid turf for cache")
CRASH("vdom: after two attempts, could not find a valid turf for cache")

new /obj/structure/closet/crate/secure/bitrunning/encrypted(chosen_turf)
return TRUE
Expand Down Expand Up @@ -40,7 +40,8 @@
if(istype(hat))
hat.set_armor(/datum/armor/none)

QDEL_LIST(avatar.held_items)
for(var/obj/thing in avatar.held_items)
qdel(thing)

var/obj/item/storage/backpack/bag = avatar.back
if(istype(bag))
Expand Down

0 comments on commit 7927d48

Please sign in to comment.