Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improves bee lore #29970

Merged
merged 1 commit into from Aug 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions code/modules/mob/living/simple_animal/hostile/bees.dm
Expand Up @@ -12,7 +12,7 @@

/mob/living/simple_animal/hostile/poison/bees
name = "bee"
desc = "Buzzy buzzy bee, stingy sti- Ouch!"
desc = "hey buddy i think you got the wrong hive, the buzz club's two trays down<br>fuck you<br>ah, fuck you bee-head. maybe you and i should settle it right here on the hive floor"
icon_state = ""
icon_living = ""
icon = 'icons/mob/bees.dmi'
Expand Down Expand Up @@ -207,7 +207,7 @@

/mob/living/simple_animal/hostile/poison/bees/queen
name = "queen bee"
desc = "She's the queen of bees, BZZ BZZ!"
desc = "I'll show you who's queen of this hive."
icon_base = "queen"
isqueen = TRUE

Expand Down Expand Up @@ -241,7 +241,7 @@

/obj/item/queen_bee
name = "queen bee"
desc = "She's the queen of bees, BZZ BZZ!"
desc = "I'll show you who's queen of this hive."
icon_state = "queen_item"
item_state = ""
icon = 'icons/mob/bees.dmi'
Expand Down