[MIRROR] Del The World: Unit testing for hard deletes (#7589)

* Del The World: Unit testing for hard deletes (#59612)

Co-authored-by: SteelSlayer <42044220+SteelSlayer@ users.noreply.github.com>

* Del The World: Unit testing for hard deletes

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
Co-authored-by: SteelSlayer <42044220+SteelSlayer@ users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-08-17 18:58:57 +01:00
committed by GitHub
co-authored by SteelSlayer LemonInTheDark
parent b51120c1b8
commit b0c01e40af
91 changed files with 788 additions and 168 deletions
+2
View File
@@ -54,6 +54,8 @@
* Updates the value of the input and calls input_received on the connected component
*/
/datum/port/input/proc/set_input(value)
if(QDELETED(src)) //Pain
return
set_value(value)
if(trigger)
TRIGGER_CIRCUIT_COMPONENT(connected_component, src)