mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Redpill & neo bundle update (#15525)
* more bullets Previously the total worth of the bullets was 8 TC, now that bullets are cheaper I added more so it's still worth 8 TC, I gave it more AP since let's be real it's what you want to use because it's just 10mm+1, I didn't gave it more standard because you can already print them to refill the mags, the soporific rounds are to bring more variety because I don't want it to be just AP, AP and more AP and gave it one more incendiary mag so you can akimbo the burning bullets. * Redpill injector now give you a real redpill Sorry Jamie, I couldn't find a good name for the variable * Add a few more redpills Everyone got their own language now so the line about lizard language doesn't make any sense now.
This commit is contained in:
@@ -224,8 +224,13 @@
|
|||||||
new /obj/item/gun/ballistic/automatic/pistol(src)
|
new /obj/item/gun/ballistic/automatic/pistol(src)
|
||||||
new /obj/item/ammo_box/magazine/m10mm/ap(src)
|
new /obj/item/ammo_box/magazine/m10mm/ap(src)
|
||||||
new /obj/item/ammo_box/magazine/m10mm/ap(src)
|
new /obj/item/ammo_box/magazine/m10mm/ap(src)
|
||||||
|
new /obj/item/ammo_box/magazine/m10mm/ap(src)
|
||||||
|
new /obj/item/ammo_box/magazine/m10mm/ap(src)
|
||||||
new /obj/item/ammo_box/magazine/m10mm(src)
|
new /obj/item/ammo_box/magazine/m10mm(src)
|
||||||
new /obj/item/ammo_box/magazine/m10mm(src)
|
new /obj/item/ammo_box/magazine/m10mm(src)
|
||||||
|
new /obj/item/ammo_box/magazine/m10mm/sp(src)
|
||||||
|
new /obj/item/ammo_box/magazine/m10mm/sp(src)
|
||||||
|
new /obj/item/ammo_box/magazine/m10mm/fire(src)
|
||||||
new /obj/item/ammo_box/magazine/m10mm/fire(src)
|
new /obj/item/ammo_box/magazine/m10mm/fire(src)
|
||||||
new /obj/item/reagent_containers/syringe/plasma(src)
|
new /obj/item/reagent_containers/syringe/plasma(src)
|
||||||
new /obj/item/reagent_containers/autoinjector/medipen/stimpack/large/redpill(src)
|
new /obj/item/reagent_containers/autoinjector/medipen/stimpack/large/redpill(src)
|
||||||
|
|||||||
@@ -33,11 +33,14 @@
|
|||||||
"How do mirrors give people haircuts?",
|
"How do mirrors give people haircuts?",
|
||||||
"Why is this station so poorly designed?",
|
"Why is this station so poorly designed?",
|
||||||
"How can an escape pod only take two people normally, but an infinite number of people if they're lying down?",
|
"How can an escape pod only take two people normally, but an infinite number of people if they're lying down?",
|
||||||
"Why do only lizards get their own native language?",
|
|
||||||
"Why do people just randomly murder all their friends some shifts?",
|
"Why do people just randomly murder all their friends some shifts?",
|
||||||
"If magic is real, why aren't we researching that?",
|
"If magic is real, why aren't we researching that?",
|
||||||
"How is everyone a complete expert in every threat in the universe?",
|
"How is everyone a complete expert in every threat in the universe?",
|
||||||
"If suit sensors are so important, why don't they always start maximized?",
|
"If suit sensors are so important, why don't they always start maximized?",
|
||||||
"If we can wash clothes in a sink, why do we need washing machines?"
|
"If we can wash clothes in a sink, why do we need washing machines?",
|
||||||
|
"Where do all the water of the sinks come from?",
|
||||||
|
"What is preventing the singularity from going up or down to escape the containment field?",
|
||||||
|
"Why do CentCom not tell us the laws of the AI before starting the shift?",
|
||||||
|
"The research server already contains all the technology there is to discover."
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,6 +40,11 @@
|
|||||||
amount_per_transfer_from_this = 25
|
amount_per_transfer_from_this = 25
|
||||||
list_reagents = list(/datum/reagent/medicine/stimulants = 50)
|
list_reagents = list(/datum/reagent/medicine/stimulants = 50)
|
||||||
|
|
||||||
|
/obj/item/reagent_containers/autoinjector/medipen/stimpack/large/redpill/attack(mob/living/M, mob/user)
|
||||||
|
. = ..()
|
||||||
|
var/enlightenment = pick(strings(REDPILL_FILE, "redpill_questions"))
|
||||||
|
to_chat(M, span_notice("[enlightenment]"))
|
||||||
|
|
||||||
/obj/item/reagent_containers/autoinjector/medipen/stimpack/large/redpill/update_icon()
|
/obj/item/reagent_containers/autoinjector/medipen/stimpack/large/redpill/update_icon()
|
||||||
if(reagents.total_volume > 25)
|
if(reagents.total_volume > 25)
|
||||||
icon_state = initial(icon_state)
|
icon_state = initial(icon_state)
|
||||||
|
|||||||
Reference in New Issue
Block a user