#BetterSinkholes3

1 messages · Page 1 of 1 (latest)

storm python
#

BetterSinkholes is a LabAPI plugin that makes sinkhole environmental hazards (found in LZ - IX Intersections) more realistic and similar to SCP:CB. With the use of this plugin, players who walk into sinkholes fall into the pocket dimension and may never return.

This is a port of BetterSinkholes2 from EXILED to LabAPI.

Original Author: blackruby#2562
EXILED Port: _yamato._

Link: https://github.com/tyabus/BetterSinkholes3

GitHub

Contribute to tyabus/BetterSinkholes3 development by creating an account on GitHub.

fair iron
#

why patch instead of using PlayersStayingInHazardEventArgs

severe plinth
#

Stg I've seen this exact plugin crop up multiple times with multiple ports

#

Ong this plugin should not need a Harmony dependency
99% sure this can all be done with base LabAPI

#

Also why are you mixing and matching the notation here

#

Just use => for all of it or { get; } for all of it, why both

#

Nested if statements are gross

#

Don't need curly brackets for this foreach loop, and I have no clue why you're using Hazard.List

#

I could elaborate and keep going but I don't want to seem too mean

upper apex
severe plinth
#

But yeah it's good to not have to recompute the version with every access

#

Just depends on how many times you're really accessing it

#

Typically you only mix for value-types vs reference-types

severe plinth
fair iron
severe plinth
#

Still have to publicize the assembly btw

storm python
storm python
storm python
severe plinth
#

I know I can be harsh but generally I don't want to put down anyone's work

upper apex