Skip to content

Commit

Permalink
Space mouse (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
SantaKO1 authored and Dimach committed Jul 15, 2024
1 parent 9f226f6 commit cec16d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/modules/mob/living/basic/vermin/mouse.dm
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,16 @@
icon_state = "mouse_brown"
held_state = "mouse_brown"

/mob/living/basic/mouse/space
name = "Space mouse"
desc = "A cute little guy with a cute little spacesuit!"
body_color = null
unsuitable_atmos_damage = 0
minimum_survivable_temperature = TCMB
overlays = list(
"space_suit"
)

//TOM IS ALIVE! SQUEEEEEEEE~K :)
/mob/living/basic/mouse/brown/tom
name = "Tom"
Expand Down
Binary file modified icons/mob/simple/animal.dmi
Binary file not shown.

0 comments on commit cec16d3

Please sign in to comment.