Skip to content

Commit

Permalink
August 2024 Sprite Dump and small pbird change[DONE] (#2350)
Browse files Browse the repository at this point in the history
August 2024 Sprite Dump[DONE]

Placing currently unused sprites in files
Puppets by quack.2
Star luminary by
Ambling Pearl by trippy_tea
Brazen Bull by
New Slime sprites for Melting Love and Servent of Wrath by theredbastard
New Researchers notes sprite by rotipik
New Fish Market Sprite by Crabby_the_crab
pbird mouth emerge by meltaco

add: Several sprites including ambling pearl and star luminary
  • Loading branch information
InsightfulParasite authored Aug 2, 2024
1 parent 30e8337 commit 0005657
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 2 deletions.
Binary file modified ModularTegustation/Teguicons/128x128.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/32x32.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/48x64.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/64x48.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/96x64.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/abno_cores/waw.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/lc13_structures.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/tegu_effects.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/toolabnormalities.dmi
Binary file not shown.
4 changes: 2 additions & 2 deletions ModularTegustation/fishing/code/fish_market.dm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/obj/machinery/fish_market
name = "fishing equipment vendor"
desc = "A machine filled with brass pebbles. It appears that a fisher can exchange fish for brass pebbles here."
icon = 'icons/obj/money_machine.dmi'
icon_state = "bogdanoff"
icon = 'ModularTegustation/Teguicons/lc13_structures.dmi'
icon_state = "fish_machine"
density = TRUE
resistance_flags = INDESTRUCTIBLE
var/fish_points = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@

/mob/living/simple_animal/hostile/abnormality/punishing_bird/proc/TransformRed()
visible_message(span_danger("\The [src] turns its insides out as a giant bloody beak appears!"))
flick("pbird_transition", src)
AdjustStun(12, ignore_canstun = TRUE)
icon_state = "pbird_red"
icon_living = "pbird_red"
attack_verb_continuous = "eviscerates"
Expand Down
Binary file modified icons/mob/clothing/ego_gear/abnormality/waw.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/weapons/ego_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/weapons/ego_righthand.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/ego_gear/abnormality/waw.dmi
Binary file not shown.
Binary file modified icons/obj/ego_weapons.dmi
Binary file not shown.

0 comments on commit 0005657

Please sign in to comment.