Skip to content

Commit

Permalink
smush
Browse files Browse the repository at this point in the history
  • Loading branch information
frawhst authored Oct 11, 2023
1 parent d8c214e commit ac1690d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/datums/components/hallucinations.dm
Original file line number Diff line number Diff line change
Expand Up @@ -418,22 +418,18 @@ ABSTRACT_TYPE(/datum/component/hallucination)
fake_icon_state = "rattlesnake"
get_name()
return pick("snek", "WHY DID IT HAVE TO BE SNAKES?!", "rattlesnake", "OH SHIT A SNAKE")

scorpion
fake_icon_state = "spacescorpion"
get_name()
return "space scorpion"

aberration
fake_icon_state = "aberration"
should_attack = FALSE
get_name()
return "transposed particle field"

capybara
fake_icon_state = "capybara"
should_attack = FALSE

frog
fake_icon_state = "frog"
should_attack = FALSE
Expand Down

0 comments on commit ac1690d

Please sign in to comment.