]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix holopads phasing through walls. (#34300)
authorKyle Tyo <36606155+VerinSenpai@users.noreply.github.com>
Sun, 16 Mar 2025 00:41:50 +0000 (20:41 -0400)
committerGitHub <noreply@github.com>
Sun, 16 Mar 2025 00:41:50 +0000 (01:41 +0100)
* change holopad mask from subfloormask lowimpassable to tabletopmachinemask opaque

* change masks to prevent laser collisions

followed the artifact analyzer for this one. I don't quite understand how fixtures work so I'm a bit perplexed by this.

* Boolean I command you: LOWERCASE

Resources/Prototypes/Entities/Structures/Machines/holopad.yml

index de7cfe3e278be3624e194e569f3a9de1cf8887a1..eff64f0cd053a1412c84b15a8cf2091f7f58364b 100644 (file)
           !type:PhysShapeCircle
           radius: 0.25
         mask:
-        - SubfloorMask
+        - Impassable
+        - HighImpassable
+        - MidImpassable
+      fix2:
+        shape:
+          !type:PhysShapeCircle
+          radius: 0.25
+        mask:
+        - MachineLayer
         layer:
         - LowImpassable
         hard: false