mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
[MIRROR] fixes to shuttle smoothing (#434)
* fixes to shuttle smoothing (#53060) plastitanium walls now smooth with windows fixes airlocks not having a smoothing group, now plastitanium/titanium walls will smooth with the fixes plastitanium walls not smoothing with syndie walls * fixes to shuttle smoothing Co-authored-by: Fikou <piotrbryla@onet.pl>
This commit is contained in:
@@ -707,7 +707,7 @@
|
||||
heat_resistance = 1600
|
||||
armor = list("melee" = 95, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 50, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100)
|
||||
smoothing_flags = SMOOTH_CORNERS
|
||||
smoothing_groups = list(SMOOTH_GROUP_WINDOW_FULLTILE)
|
||||
smoothing_groups = list(SMOOTH_GROUP_SHUTTLE_PARTS)
|
||||
canSmoothWith = null
|
||||
explosion_block = 3
|
||||
damage_deflection = 11 //The same as normal reinforced windows.3
|
||||
|
||||
Reference in New Issue
Block a user