mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Headslugs pass through people. (#15231)
* Slugfix They now pass tables and mobs Also you have to shoot them and not the tile they're sanding on for them to get shot. * Update code/modules/mob/living/simple_animal/hostile/headslug.dm Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com> Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
obj_damage = 0
|
||||
environment_smash = 0
|
||||
speak_emote = list("squeaks")
|
||||
pass_flags = PASSTABLE | PASSMOB
|
||||
density = FALSE
|
||||
ventcrawler = 2
|
||||
var/datum/mind/origin
|
||||
var/egg_lain = 0
|
||||
|
||||
Reference in New Issue
Block a user