diff --git a/code/game/gamemodes/newobjective.dm b/code/game/gamemodes/newobjective.dm index d3bd4ae403a..6bcf23e6e5a 100644 --- a/code/game/gamemodes/newobjective.dm +++ b/code/game/gamemodes/newobjective.dm @@ -723,7 +723,7 @@ datum return 20 - magboots + /*magboots steal_target = /obj/item/clothing/shoes/magboots explanation_text = "Steal a pair of \"NanoTrasen\" brand magboots." weight = 20 @@ -745,7 +745,7 @@ datum if(GetRank(job) == 4) return 10 else - return 20 + return 20*/ blueprints diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 14426d5aaee..84c6655ac5d 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -294,7 +294,7 @@ datum/objective/steal "a jetpack" = /obj/item/weapon/tank/jetpack, "a captains jumpsuit" = /obj/item/clothing/under/rank/captain, "a functional AI" = /obj/item/device/aicard, - "a pair of magboots" = /obj/item/clothing/shoes/magboots, + /*"a pair of magboots" = /obj/item/clothing/shoes/magboots,*/ "the station blueprints" = /obj/item/blueprints, "a nasa voidsuit" = /obj/item/clothing/suit/space/nasavoid, "28 moles of plasma (full tank)" = /obj/item/weapon/tank,