mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
[MIRROR] Adds a new positive quirk, "Spacer Born". [MDB IGNORE] (#22520)
* Adds a new positive quirk, "Spacer Born". * Update quirks.dm * Update quirks.dm oops * No combining with oversized quirk * Update quirks.dm this is why I don't edit in the web app * Removes HUMAN_ONLY flag --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Bloop <vinylspiders@gmail.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
@@ -662,6 +662,14 @@
|
||||
for(var/i in 1 to 7)
|
||||
new /obj/item/food/bait/natural(src)
|
||||
|
||||
/obj/item/storage/pill_bottle/ondansetron
|
||||
name = "ondansetron patches"
|
||||
desc = "A bottle containing patches of ondansetron, a drug used to treat nausea and vomiting. May cause drowsiness."
|
||||
|
||||
/obj/item/storage/pill_bottle/ondansetron/PopulateContents()
|
||||
for(var/i in 1 to 5)
|
||||
new /obj/item/reagent_containers/pill/patch/ondansetron(src)
|
||||
|
||||
/// A box which takes in coolant and uses it to preserve organs and body parts
|
||||
/obj/item/storage/organbox
|
||||
name = "organ transport box"
|
||||
|
||||
Reference in New Issue
Block a user