Skip to content

Fixing up RPGlass + Room for Improvement

Rob Nelson requested to merge pull/2025/RPglass into Bleeding-Edge

Created by: clusterfack

Tweak -Reinforced plasma glass was removed from the /glass tree and added under the /rglass tree, to generally improve the code and fix some bugs involved with that.

Also it should allow any talented spriter/balancecodemaster to add in plasma windoors really easily by referencing them in line 376 and removing the check in the /rglass construction proc.

Bugfix -Reinforced plasma glass windows started deanchored previously, but crowbared in and screwdriven into the frame. So construction stage 1 was undone, but 2 and 3 were pre-completed. The rglass construction proc already accounted for this, so the object tree changed fixed this -Reinforced plasma glass previously were converted to reinforced glass when rods were added, another result of being under the /glass tree, which is now fixed

Fully tested, everything works and bugs are solved. If anyone tries to make a plasma windoor right now they are told that construction is not possible yet and nothing happens.

Merge request reports