vgstation-coders / vgstation13

Butts
GNU General Public License v3.0
260 stars 541 forks source link

Cleans up disintegrator ray code #36659

Closed boy2mantwicethefam closed 1 week ago

boy2mantwicethefam commented 3 weeks ago

Now checks for parent's on_hit code Also checks whether the target has a head, to avoid runtimes Made every other type of ray a subtype of scorchray, because there wasn't a real difference between them other than damage and sprites Compressed a lot of lines of code, removed "isliving()" check because it's checked in the parent

:cl: