Skip to content

Commit

Permalink
Removes hoverboard from SOO starting inventory (#26661)
Browse files Browse the repository at this point in the history
* removes hoverboard from SOO

* comma
  • Loading branch information
Coolrune206 authored Sep 14, 2024
1 parent 7be7ec7 commit 52442e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/game/jobs/job/central.dm
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
box = /obj/item/storage/box/centcomofficer
backpack_contents = list(
/obj/item/clothing/shoes/magboots/advance = 1,
/obj/item/storage/box/zipties = 1,
/obj/item/melee/skateboard/hoverboard/admin = 1 //How do you do, fellow kids?
/obj/item/storage/box/zipties = 1
)
bio_chips = list(
/obj/item/bio_chip/mindshield,
Expand Down

0 comments on commit 52442e6

Please sign in to comment.