Welcome to the AFK Mods bug tracker. In order to report an issue, you need to have a VALIDATED account to post one. Once you have followed the link the registration email sent you, please select a project from the drop down menu below. Select “Open New Issue” and fill out the form with as many details as possible.

Please also consider sending your bug report to Bethesda if you are reporting on an issue with Skyrim Special Edition, Fallout 4, Starfield, or Oblivion Remastered. Doing so will help everyone on all platforms.

Issue Data
Status: Closed
Issue Type: Bug Report
Project: Unofficial Fallout 4 Patch
Component: Fallout 4: Vanilla
Category: Papyrus
Assigned To: Nobody
Platform: PC
Severity: Very Low
Votes: 3
Watching: N/A
Opened By TironRaptor on Jun 1, 2017 1:56 pm
Last Edited By Arthmoor on Oct 8, 2017 3:12 am
Closed By Arthmoor on Oct 8, 2017 3:55 am
Resolution: Fixed
Comment: Fixed for UFO4P 2.0.2.

Issue #22475: Type mismatch in GenericDoctorsScript.pex causes Doctors, Decontamination arches to leave <1 Rad.

 
The Function called by Doctors and Wasteland Workshop's Decontamination Arch in GenericDoctorsScript.pex to remove all radiation contains a type mismatch. It pulls the current amount of Rads into an Integer, and then uses that as the amount to heal... and dumps the result back into the Rad counter as a Float.

This results in the function failing to heal any fractional Rads present, due to the decimal being truncated when the Rad value is pulled into the Integer storage variable. The remaining fractional Rad causes the player to end up down 1HP from their actual maximum.

The decompiled version of the script I looked at seemed to declare the storage variable on the spot, so it should (hopefully) be an easy fix.

Related Issues: 20493  24751