mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Because atmos techs also get two pairs of magboots now, I removed them from the steal objective list
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user