Skip to content

Commit

Permalink
tc change for Australian Slime Mutator (#22729)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlwjec0 authored Oct 28, 2024
1 parent bd58a5d commit 4ba3c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/uplink/uplink_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2571,10 +2571,10 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
to create a few of the same type of spiders we found on the planets over there. They're a bit tame until you \
also give them a bit of sentience though."
item = /obj/item/reagent_containers/syringe/spider_extract
cost = 25 //yogs - increase price to reduce grief potential
cost = 10
manufacturer = /datum/corporation/traitor/waffleco
restricted_roles = list("Research Director", "Scientist", "Roboticist")
include_objectives = list(/datum/objective/hijack, /datum/objective/martyr) //yogs // >Increase price to reduce grief > limit it to hijack only :think:
include_objectives = list(/datum/objective/hijack, /datum/objective/martyr) //yogs reduces grief potential

/datum/uplink_item/role_restricted/clowncar
name = "Clown Car"
Expand Down

0 comments on commit 4ba3c49

Please sign in to comment.