mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Viscerator PASS flags (#93912)
## About The Pull Request Viscerator has PASSMOB, but doesn't respect the flag. Fixes possible oversight. Adds flags PASSMACHINE && PASSFLAP. ## Why It's Good For The Game PASSMOB: - Possible oversight - Supposed to be respecting the PASSMOB flag PASSMACHINE && PASSFLAP: - Realistically manhacks would be able to fly over machines, and fly through flaps ## Changelog 🆑 ArchBTW balance: viscerators get PASSMACHINE && PASSFLAP fix: viscerators respect the PASSMOB flag /🆑
This commit is contained in:
@@ -218,7 +218,8 @@
|
||||
desc = "A small, twin-bladed machine capable of inflicting very deadly lacerations."
|
||||
icon_state = "viscerator_attack"
|
||||
icon_living = "viscerator_attack"
|
||||
pass_flags = PASSTABLE | PASSMOB
|
||||
density = FALSE
|
||||
pass_flags = PASSTABLE | PASSMOB | PASSMACHINE | PASSFLAPS
|
||||
combat_mode = TRUE
|
||||
mob_biotypes = MOB_ROBOTIC
|
||||
basic_mob_flags = DEL_ON_DEATH
|
||||
|
||||
Reference in New Issue
Block a user