mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
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:
@@ -1,6 +1,6 @@
|
||||
/datum/holiday/april_fools/celebrate()
|
||||
. = ..()
|
||||
GLOB.maintenance_loot = list(
|
||||
GLOB.maintenance_loot += list(
|
||||
/obj/item/skub = maint_holiday_weight
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user