Skip to content

Commit

Permalink
Removes toddler dolls because it's just a bad idea (#25288)
Browse files Browse the repository at this point in the history
* Removes toddlers because it's just a bad idea

* puts some text back that wasn't actually for toddlers

* removed the baby
  • Loading branch information
Probablyjay19 authored May 7, 2024
1 parent f27f8fa commit a45fc0b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
9 changes: 0 additions & 9 deletions code/game/objects/items/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* Toy Nuke
* Card Deck
* Therapy dolls
* Toddler doll
* Inflatable duck
* Foam armblade
* Mini Gibber
Expand Down Expand Up @@ -438,14 +437,6 @@
item_state = "egg3" // It's the green egg in items_left/righthand
item_color = "green"

/obj/item/toddler
icon_state = "toddler"
name = "toddler"
desc = "This baby looks almost real. Wait, did it just burp?"
force = 5
w_class = WEIGHT_CLASS_BULKY
slot_flags = SLOT_FLAG_BACK


//This should really be somewhere else but I don't know where. w/e

Expand Down
6 changes: 0 additions & 6 deletions code/modules/economy/merch_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,6 @@
cost = 500
category = MERCH_CAT_TOY

/datum/merch_item/baby
name = "Toddler"
desc = "This baby looks almost real. Wait, did it just burp?"
typepath = /obj/item/toddler
cost = 500
category = MERCH_CAT_TOY

/datum/merch_item/flag_slime
name = "Slime People Flag"
Expand Down
Binary file modified icons/obj/items.dmi
Binary file not shown.

0 comments on commit a45fc0b

Please sign in to comment.