mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Nerfs Security Jackboots slightly. (#3414)
## About The Pull Request Disabler boots have a 5% chance (per locker) to spawn in a locker during april fools. ## Why It's Good For The Game What have I done. ## Proof Of Testing If it compiles, it works. ## Changelog 🆑 BurgerBB del: Disabler boots have a 5% chance (per locker) to spawn in a locker during april fools. /🆑
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/obj/structure/closet/secure_closet/security/sec/PopulateContents()
|
||||
. = ..()
|
||||
new /obj/item/storage/toolbox/guncase/skyrat/pistol/sec_glock(src)
|
||||
if(check_holidays(APRIL_FOOLS))
|
||||
if(check_holidays(APRIL_FOOLS) && prob(5))
|
||||
new /obj/item/clothing/shoes/gunboots/disabler(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/warden/PopulateContents()
|
||||
|
||||
Reference in New Issue
Block a user