Skip to content

Commit

Permalink
[FIX] Headslugs cannot be taken in hands (#1216)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Более нельзя взять в руки живого хедслага. 

## Почему это хорошо для игры

Теперь невозможна ситуация, когда живой хедслаг находится в руках или
инвентаре и его не видно из-за отсутствующего спрайта

## Changelog

:cl:
fix: Более нельзя взять в руки живого хедслага. 
/:cl:

---------

Co-authored-by: Gaxeer <[email protected]>
  • Loading branch information
burikadze and Gaxeer authored May 11, 2024
1 parent 937b6ee commit a5c9596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/mobs/code/simple_animal/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/mob/living/simple_animal/hostile/headslug
attacktext = "грызёт"
holder_type = /obj/item/holder/headslug
// holder_type = /obj/item/holder/headslug (Пупс попросил закомментить)

/mob/living/simple_animal/hostile/retaliate/clown/goblin
holder_type = /obj/item/holder/clowngoblin
Expand Down

0 comments on commit a5c9596

Please sign in to comment.