mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Fix D20 traitor bundle (#43323)
This was broken by the bundle rework. I chose bundle type "A" since rolling a 17 is pretty good.
This commit is contained in:
@@ -321,7 +321,7 @@
|
||||
if(17)
|
||||
//Tator Kit
|
||||
T.visible_message("<span class='userdanger'>A suspicious box appears!</span>")
|
||||
new /obj/item/storage/box/syndicate(drop_location())
|
||||
new /obj/item/storage/box/syndicate/bundle_A(drop_location())
|
||||
do_smoke(0, drop_location())
|
||||
if(18)
|
||||
//Captain ID
|
||||
|
||||
Reference in New Issue
Block a user