Fix every fucking piece of maint loot being skub (#3412)

## About The Pull Request
the override should append to the global maint loot list not replace it

## Why It's Good For The Game
I'm anti-skub

## Proof Of Testing

I did this PR from my phone in bed because there's no power
This commit is contained in:
Roxy
2025-04-01 18:35:54 -04:00
committed by GitHub
parent 38f2ed5afb
commit b36c477460

View File

@@ -1,6 +1,6 @@
/datum/holiday/april_fools/celebrate()
. = ..()
GLOB.maintenance_loot = list(
GLOB.maintenance_loot += list(
/obj/item/skub = maint_holiday_weight
)